Fix long options
authorなつき <i@ntk.me>
Sun, 29 Mar 2015 10:50:00 +0000 (03:50 -0700)
committerなつき <i@ntk.me>
Sun, 29 Mar 2015 11:00:42 +0000 (04:00 -0700)
bin/uglifyjs

index 6375666..9b335b7 100755 (executable)
@@ -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")