aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-01-08 10:05:34 +0800
committerLi Jin <dragon-fly@qq.com>2025-01-08 10:05:34 +0800
commit80184703ffeff9ff6eb3254f1c65509a8ea99726 (patch)
treeeda05039ed288bb2d5f57f50fdb9d381bca42cf1
parent4da8b6b71d755ac47f5b55e9fc44e809185e905b (diff)
downloadyuescript-80184703ffeff9ff6eb3254f1c65509a8ea99726.tar.gz
yuescript-80184703ffeff9ff6eb3254f1c65509a8ea99726.tar.bz2
yuescript-80184703ffeff9ff6eb3254f1c65509a8ea99726.zip
Updated docs. [skip CI]
-rwxr-xr-xdoc/docs/doc/README.md1
-rwxr-xr-xdoc/docs/zh/doc/README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index e268dc8..7122af5 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -182,6 +182,7 @@ Usage: yue [options|files|directories] ...
182 -b Dump compile time (doesn't write output) 182 -b Dump compile time (doesn't write output)
183 -g Dump global variables used in NAME LINE COLUMN 183 -g Dump global variables used in NAME LINE COLUMN
184 -l Write line numbers from source codes 184 -l Write line numbers from source codes
185 -j Disable implicit return at end of file
185 -c Reserve comments before statement from source codes 186 -c Reserve comments before statement from source codes
186 -w path Watch changes and compile every file under directory 187 -w path Watch changes and compile every file under directory
187 -v Print version 188 -v Print version
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md
index f34fe58..05ca6a0 100755
--- a/doc/docs/zh/doc/README.md
+++ b/doc/docs/zh/doc/README.md
@@ -181,6 +181,7 @@ f!
181 -b 输出编译时间(不写输出) 181 -b 输出编译时间(不写输出)
182 -g 以“名称 行号 列号”的形式输出代码中使用的全局变量 182 -g 以“名称 行号 列号”的形式输出代码中使用的全局变量
183 -l 在输出的每一行代码的末尾写上原代码的行号 183 -l 在输出的每一行代码的末尾写上原代码的行号
184 -j 禁用文件末尾的隐式返回
184 -c 在输出的代码中保留语句前的注释 185 -c 在输出的代码中保留语句前的注释
185 -w path 监测目录下的文件更改并重新编译生成目录下的文件 186 -w path 监测目录下的文件更改并重新编译生成目录下的文件
186 -v 打印版本号 187 -v 打印版本号