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