diff --git a/Program.cs b/Program.cs index 3423665..8cecf44 100644 --- a/Program.cs +++ b/Program.cs @@ -57,7 +57,7 @@ public static class Program { if (string.IsNullOrEmpty(action)) { - if (args[i] == "add") + if (args[i] == "add" || args[i] == "setup") { action = "setup"; }