aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2015-01-05 11:20:00 +0200
committerMihai Bazon <mihai@bazon.net>2015-01-05 11:20:00 +0200
commit93a6e5780e51c44d79778636f2794a63267a8c6f (patch)
tree6baedde22addec216aad98a94bd83c0e5888e311 /bin
parentfe55e0d93df173b4ef9a7035c3b3883acd0fa3e5 (diff)
downloadtracifyjs-93a6e5780e51c44d79778636f2794a63267a8c6f.tar.gz
tracifyjs-93a6e5780e51c44d79778636f2794a63267a8c6f.zip
Declare boolean type for --keep-fnames
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uglifyjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 44afd2f4..11c3a01a 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -103,6 +103,7 @@ You need to pass an argument to this option to specify the name that your module
.boolean("V")
.boolean("noerr")
.boolean("bare-returns")
+ .boolean("keep-fnames")
.wrap(80)