aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-04-08 16:55:50 +0800
committerLi Jin <dragon-fly@qq.com>2020-04-08 16:55:50 +0800
commitab3f56be961531d92027319b0f906bfd8c167e2e (patch)
tree72fb57a69e2401a63693db612005ad1f1d921306 /README.md
parent36e3cb3b98b5686ae8a96b92a45277f8977e71d7 (diff)
downloadyuescript-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14a3718..66ce7f0 100644
--- a/README.md
+++ b/README.md
@@ -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