Document -- for usage in CLI class

Close #518
This commit is contained in:
Richard van Velzen
2015-01-07 19:04:10 +01:00
parent 61c233a08e
commit 285bffd2c6

View File

@@ -44,6 +44,11 @@ variable/function declared in another file will be matched properly.
If you want to read from STDIN instead, pass a single dash instead of input If you want to read from STDIN instead, pass a single dash instead of input
files. files.
If you wish to pass your options before the input files, separate the two with
a double dash to prevent input files being used as option arguments:
uglifyjs --compress --mangle -- input.js
The available options are: The available options are:
``` ```