diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2013-01-03 02:28:35 -0800 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2013-01-03 02:28:35 -0800 |
commit | 47c9895d591f2b83259302416663cd0ed44b26eb (patch) | |
tree | 9b5cd2eda17d3b234123ba486c97cdb1661dea90 /README.md | |
parent | 83a4ebfedcd920871e583ef61151524b2d57b789 (diff) | |
parent | ba403331c556598138946185042eb3ea917cf676 (diff) | |
download | tracifyjs-47c9895d591f2b83259302416663cd0ed44b26eb.tar.gz tracifyjs-47c9895d591f2b83259302416663cd0ed44b26eb.zip |
Merge pull request #87 from BenoitZugmeyer/master
Add a --version option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ The available options are: --export-all Only used when --wrap, this tells UglifyJS to add code to automatically export all globals. [boolean] -v, --verbose Verbose [boolean] + -V, --version Print version number and exits. [boolean] Specify `--output` (`-o`) to declare the output file. Otherwise the output goes to STDOUT. |