aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent2b71e0785949b2bfc9745017c9a765683cc9b2ab (diff)
downloadyuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.gz
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.bz2
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.zip
update doc.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/docs/doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 2c21a37..92fe435 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -165,6 +165,7 @@ Usage: yue [options|files|directories] ...
165 -h Print this message 165 -h Print this message
166 -e str Execute a file or raw codes 166 -e str Execute a file or raw codes
167 -m Generate minified codes 167 -m Generate minified codes
168 -r Rewrite output to match original line numbers
168 -t path Specify where to place compiled files 169 -t path Specify where to place compiled files
169 -o file Write output to file 170 -o file Write output to file
170 -s Use spaces in generated codes instead of tabs 171 -s Use spaces in generated codes instead of tabs