From 146a4e006daa72bbdc80eceeb9fc2337bf700b44 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Fri, 17 Dec 2021 06:52:47 -0500 Subject: [PATCH] upgrade franziage --- Config.cs | 1 + appsettings.example.json | 2 +- directors-assistant.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Config.cs b/Config.cs index 189d612..bc1e6c5 100644 --- a/Config.cs +++ b/Config.cs @@ -9,5 +9,6 @@ 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 75ae92b..8c3c54e 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"} + {"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]} ] } \ No newline at end of file diff --git a/directors-assistant.csproj b/directors-assistant.csproj index d240eb8..285bdd1 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -12,7 +12,7 @@ - +