aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-01-08 20:44:03 +0800
committerGitHub <noreply@github.com>2020-01-08 20:44:03 +0800
commit5d258259a492d1e04c952024d3d5662c65bb0ce6 (patch)
tree93bcf4fc17af21cef2ed4ec333a3e19444b4e5eb /README.md
parent14c35739ddb1c0b181d8c54566171f217014b563 (diff)
downloadtracifyjs-5d258259a492d1e04c952024d3d5662c65bb0ce6.tar.gz
tracifyjs-5d258259a492d1e04c952024d3d5662c65bb0ce6.zip
introduce `--output-opts` CLI option (#3678)
closes #3675
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f86bf7ad..1d5afa01 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ a double dash to prevent input files being used as option arguments:
`wrap_iife` Wrap IIFEs in parenthesis. Note: you may
want to disable `negate_iife` under
compressor options.
+ -O, --output-opts [options] Specify output options (`beautify` disabled by default).
-o, --output <file> Output file path (default STDOUT). Specify `ast` or
`spidermonkey` to write UglifyJS or SpiderMonkey AST
as JSON to STDOUT respectively.