added setup action as alias for add action
This commit is contained in:
parent
3c12772e7a
commit
49bee022e9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue