aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-02-27 18:19:02 +0800
committerLi Jin <dragon-fly@qq.com>2023-02-27 18:19:02 +0800
commite66f56215614c4e1995d1e4369b01b0ebc7131b2 (patch)
tree87116de1c1aec2b8053cc978bef4af9a2e85f5ee /doc
parent618b2be86e2d44a9151d708cf590dc3713410022 (diff)
downloadyuescript-e66f56215614c4e1995d1e4369b01b0ebc7131b2.tar.gz
yuescript-e66f56215614c4e1995d1e4369b01b0ebc7131b2.tar.bz2
yuescript-e66f56215614c4e1995d1e4369b01b0ebc7131b2.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 49356b8..7f5aab1 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -170,6 +170,7 @@ Usage: yue [options|files|directories] ...
170 -b Dump compile time (doesn't write output) 170 -b Dump compile time (doesn't write output)
171 -g Dump global variables used in NAME LINE COLUMN 171 -g Dump global variables used in NAME LINE COLUMN
172 -l Write line numbers from source codes 172 -l Write line numbers from source codes
173 -c Reserve comments before statement from source codes
173 -w path Watch changes and compile every file under directory 174 -w path Watch changes and compile every file under directory
174 -v Print version 175 -v Print version
175 -- Read from standard in, print to standard out 176 -- Read from standard in, print to standard out