aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
commitcfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch)
tree1ed31c2958a59ce1c33efda14119e0a7997d47f6 /README.md
parent7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff)
downloadyuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip
fix build. update doc.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31198dc..40a5fbf 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ Usage: yue [options|files|directories] ...
95 -b Dump compile time (doesn't write output) 95 -b Dump compile time (doesn't write output)
96 -g Dump global variables used in NAME LINE COLUMN 96 -g Dump global variables used in NAME LINE COLUMN
97 -l Write line numbers from source codes 97 -l Write line numbers from source codes
98 -w path Watch changes and compile every file under directory
98 -v Print version 99 -v Print version
99 -- Read from standard in, print to standard out 100 -- Read from standard in, print to standard out
100 (Must be first and only argument) 101 (Must be first and only argument)