Declare boolean type for --keep-fnames
authorMihai Bazon <mihai@bazon.net>
Mon, 5 Jan 2015 09:20:00 +0000 (11:20 +0200)
committerMihai Bazon <mihai@bazon.net>
Mon, 5 Jan 2015 09:20:00 +0000 (11:20 +0200)
bin/uglifyjs

index 44afd2f..11c3a01 100755 (executable)
@@ -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)