declare boolean options
This commit is contained in:
parent
66c869c8f6
commit
d6efa8b28d
|
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user