declare boolean options
This commit is contained in:
@@ -22,6 +22,9 @@ var ARGS = optimist
|
|||||||
.alias("v", "verbose")
|
.alias("v", "verbose")
|
||||||
.alias("b", "beautify")
|
.alias("b", "beautify")
|
||||||
|
|
||||||
|
.boolean("b")
|
||||||
|
.boolean("v")
|
||||||
|
|
||||||
.argv
|
.argv
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user