diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-08 16:55:50 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-04-08 16:55:50 +0800 |
commit | ab3f56be961531d92027319b0f906bfd8c167e2e (patch) | |
tree | 72fb57a69e2401a63693db612005ad1f1d921306 /README.md | |
parent | 36e3cb3b98b5686ae8a96b92a45277f8977e71d7 (diff) | |
download | yuescript-ab3f56be961531d92027319b0f906bfd8c167e2e.tar.gz yuescript-ab3f56be961531d92027319b0f906bfd8c167e2e.tar.bz2 yuescript-ab3f56be961531d92027319b0f906bfd8c167e2e.zip |
add Lua code minify function to moonp.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ Usage: moonp [options|files|directories] ... | |||
67 | -e str Execute a file or raw codes | 67 | -e str Execute a file or raw codes |
68 | -t path Specify where to place compiled files | 68 | -t path Specify where to place compiled files |
69 | -o file Write output to file | 69 | -o file Write output to file |
70 | -s Use space in generated codes instead of tabs | ||
71 | -m Generate minified codes | ||
70 | -p Write output to standard out | 72 | -p Write output to standard out |
71 | -b Dump compile time (doesn't write output) | 73 | -b Dump compile time (doesn't write output) |
72 | -l Write line numbers from source codes | 74 | -l Write line numbers from source codes |