From: Mihai Bazon Date: Wed, 5 Sep 2012 15:19:24 +0000 (+0300) Subject: declared `--stats` as boolean X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0afafe64fcbaf720889b8906a91dafb6dc409cdd;p=UglifyJS.git declared `--stats` as boolean --- diff --git a/bin/uglifyjs2 b/bin/uglifyjs2 index 258ca0e4..1b64c2f5 100755 --- a/bin/uglifyjs2 +++ b/bin/uglifyjs2 @@ -25,6 +25,7 @@ Use a single dash to read input from the standard input.\ .boolean("b") .boolean("v") + .boolean("stats") .argv ;