diff options
author | Li Jin <dragon-fly@qq.com> | 2023-07-25 16:02:11 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-07-25 16:02:11 +0800 |
commit | d4e9f31b1568ed3ae65bcd3889f6cd34334bc367 (patch) | |
tree | ec1b7baf5e0e1274e2b171e8137148aeb47569b2 /doc | |
parent | 2b71e0785949b2bfc9745017c9a765683cc9b2ab (diff) | |
download | yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.gz yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.bz2 yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.zip |
update doc.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/docs/doc/README.md | 1 |
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 |