Set --version as a boolean #87
authorBenoît Zugmeyer <bzugmeyer@gmail.com>
Thu, 3 Jan 2013 10:22:37 +0000 (11:22 +0100)
committerBenoît Zugmeyer <bzugmeyer@gmail.com>
Thu, 3 Jan 2013 10:22:37 +0000 (11:22 +0100)
bin/uglifyjs

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