Comparing version 0.2.1 to 0.2.2
@@ -73,3 +73,3 @@ "use strict"; | ||
if (command != null) { | ||
yargs.command(name, command.description, command.options, (args) => handle(command, args)); | ||
yargs.command(command.command, command.description, command.options, (args) => handle(command, args)); | ||
} else { | ||
@@ -76,0 +76,0 @@ yargs.command(name, "", (y) => this.build(y, handle, children)); |
{ | ||
"name": "sgray", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "cumul <gg6123@naver.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32896