why did I have args in my config?
This commit is contained in:
parent
5994439f9e
commit
0b54f0d708
@ -9,6 +9,5 @@ public class Config
|
|||||||
{
|
{
|
||||||
public string name { get; set; }
|
public string name { get; set; }
|
||||||
public string shell { get; set; }
|
public string shell { get; set; }
|
||||||
public List<string> args { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2,6 +2,6 @@
|
|||||||
"name": "guy who didn't configure",
|
"name": "guy who didn't configure",
|
||||||
"bootstrap_servers": "localhost:9092",
|
"bootstrap_servers": "localhost:9092",
|
||||||
"commands": [
|
"commands": [
|
||||||
{"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]}
|
{"name":"echo", "shell": "echo"}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user