aboutsummaryrefslogtreecommitdiff
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
parent2b71e0785949b2bfc9745017c9a765683cc9b2ab (diff)
downloadyuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.gz
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.tar.bz2
yuescript-d4e9f31b1568ed3ae65bcd3889f6cd34334bc367.zip
update doc.
-rw-r--r--README.md1
-rwxr-xr-xdoc/docs/doc/README.md1
2 files changed, 2 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
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