add version commandline option
This commit is contained in:
@@ -23,6 +23,7 @@ let command;
|
||||
let commandOption:string;
|
||||
|
||||
plugins.commander
|
||||
.version(npmciInfo.version)
|
||||
.arguments('<commandarg> [commandoptionarg]')
|
||||
.action(function (commandarg, commandoptionarg) {
|
||||
command = commandarg;
|
||||
|
||||
Reference in New Issue
Block a user