Set --version as a boolean #87

This commit is contained in:
Benoît Zugmeyer
2013-01-03 11:22:37 +01:00
parent e82e89d1b0
commit ba403331c5

View File

@@ -76,6 +76,7 @@ You need to pass an argument to this option to specify the name that your module
.boolean("acorn") .boolean("acorn")
.boolean("spidermonkey") .boolean("spidermonkey")
.boolean("lint") .boolean("lint")
.boolean("V")
.wrap(80) .wrap(80)