diff --git a/Config.cs b/Config.cs index bc1e6c5..189d612 100644 --- a/Config.cs +++ b/Config.cs @@ -9,6 +9,5 @@ public class Config { public string name { get; set; } public string shell { get; set; } - public List args { get; set; } } } \ No newline at end of file diff --git a/appsettings.example.json b/appsettings.example.json index 8c3c54e..75ae92b 100644 --- a/appsettings.example.json +++ b/appsettings.example.json @@ -2,6 +2,6 @@ "name": "guy who didn't configure", "bootstrap_servers": "localhost:9092", "commands": [ - {"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]} + {"name":"echo", "shell": "echo"} ] } \ No newline at end of file