gives the store-api-key some options
This commit is contained in:
@ -176,13 +176,16 @@ namespace isn
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
var setapikey = new Command("store-api-key", "Store this API key")
|
||||
{
|
||||
Run = sargs => StoreApiKey(sargs)
|
||||
};
|
||||
setapikey.Options = pushoptions;
|
||||
|
||||
commandSet.Add(pushCmd);
|
||||
commandSet.Add(setapikey);
|
||||
commandSet.Add(pushCmd);
|
||||
commandSet.Add(srcCmd);
|
||||
commandSet.Add(showCommand);
|
||||
|
||||
@ -214,6 +217,8 @@ namespace isn
|
||||
Console.WriteLine("isn version " + GitVersionInformation.AssemblySemFileVer);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return commandSet.Run(args);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user