From: Mihai Bazon Date: Mon, 5 Jan 2015 09:20:00 +0000 (+0200) Subject: Declare boolean type for --keep-fnames X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=93a6e5780e51c44d79778636f2794a63267a8c6f;p=UglifyJS.git Declare boolean type for --keep-fnames --- 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)