diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2015-01-07 23:17:08 +0200 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2015-01-07 23:17:08 +0200 |
commit | 0d232a142288c26376e434c36d6374c615b3ee62 (patch) | |
tree | 2c28ac4fe353ddd8ea6bbcf6aa2d701f95d671e2 | |
parent | 61c233a08ed3768f19f05579888b327eee7286ec (diff) | |
parent | 285bffd2c6597420c4d3e937fea731a9041b385f (diff) | |
download | tracifyjs-0d232a142288c26376e434c36d6374c615b3ee62.tar.gz tracifyjs-0d232a142288c26376e434c36d6374c615b3ee62.zip |
Merge pull request #606 from rvanvelzen/document-double-dash
Document `--` for usage in CLI class
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 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: ``` |