From: Benoît Zugmeyer Date: Thu, 3 Jan 2013 10:22:37 +0000 (+0100) Subject: Set --version as a boolean #87 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ba403331c556598138946185042eb3ea917cf676;p=UglifyJS.git Set --version as a boolean #87 --- diff --git a/bin/uglifyjs b/bin/uglifyjs index 9eb1f316..e6ecb91a 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -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)