aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-07-25 16:02:11 +0800
committerLi Jin <dragon-fly@qq.com>2023-07-25 16:02:11 +0800
commitd4e9f31b1568ed3ae65bcd3889f6cd34334bc367 (patch)
treeec1b7baf5e0e1274e2b171e8137148aeb47569b2 /README.md
parent2b71e0785949b2bfc9745017c9a765683cc9b2ab (diff)
downloadyuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.gz
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.bz2
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.zip
update doc.
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 78489c6..c33e665 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ Usage: yue [options|files|directories] ...
88 -h Print this message 88 -h Print this message
89 -e str Execute a file or raw codes 89 -e str Execute a file or raw codes
90 -m Generate minified codes 90 -m Generate minified codes
91 -r Rewrite output to match original line numbers
91 -t path Specify where to place compiled files 92 -t path Specify where to place compiled files
92 -o file Write output to file 93 -o file Write output to file
93 -s Use spaces in generated codes instead of tabs 94 -s Use spaces in generated codes instead of tabs