aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2015-03-29 14:01:21 +0300
committerMihai Bazon <mihai.bazon@gmail.com>2015-03-29 14:01:21 +0300
commit2ada34b229e248e6d06333cf5a0eecf0f8edaf64 (patch)
tree71177553ef97a9cce6c4a010c83851e018686614
parent0262b4244c13b3ef148bf096874847aea84b93e5 (diff)
parentdb396da7342accfd6af3d8b1a61315e747d649cc (diff)
downloadtracifyjs-2ada34b229e248e6d06333cf5a0eecf0f8edaf64.tar.gz
tracifyjs-2ada34b229e248e6d06333cf5a0eecf0f8edaf64.zip
Merge pull request #660 from ntkme/fix-long-options
Fix long options
-rwxr-xr-xbin/uglifyjs8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 63756665..9b335b74 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -88,13 +88,19 @@ You need to pass an argument to this option to specify the name that your module
.string("source-map-root")
.string("source-map-url")
.string("b")
+ .string("beautify")
.string("m")
+ .string("mangle")
.string("c")
+ .string("compress")
.string("d")
+ .string("define")
.string("e")
+ .string("enclose")
.string("comments")
.string("wrap")
.string("p")
+ .string("prefix")
.string("name-cache")
.array("reserved-file")
@@ -104,11 +110,13 @@ You need to pass an argument to this option to specify the name that your module
.boolean("export-all")
.boolean("self")
.boolean("v")
+ .boolean("verbose")
.boolean("stats")
.boolean("acorn")
.boolean("spidermonkey")
.boolean("lint")
.boolean("V")
+ .boolean("version")
.boolean("noerr")
.boolean("bare-returns")
.boolean("keep-fnames")
Ludovic Courtès 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-22installer: Log important bits to syslog....Ludovic Courtès 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-12installer: Fix installer restart dialog....Mathieu Othacehe 2020-02-11system: Stop using canonical-package....Mathieu Othacehe