aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-01-08 09:58:07 +0800
committerLi Jin <dragon-fly@qq.com>2025-01-08 09:58:07 +0800
commit4da8b6b71d755ac47f5b55e9fc44e809185e905b (patch)
tree5fb67e1721a28d6370eef837a130ed6e607b89cc
parent84b4744f967cf6488236bd1360b15c6c40ea17b9 (diff)
downloadyuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.tar.gz
yuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.tar.bz2
yuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.zip
Updated readme.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51ab627..267011d 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,10 @@ Usage: yue [options|files|directories] ...
98 -o file Write output to file 98 -o file Write output to file
99 -s Use spaces in generated codes instead of tabs 99 -s Use spaces in generated codes instead of tabs
100 -p Write output to standard out 100 -p Write output to standard out
101 -b Dump compile time (doesn't write output) 101 -b Dump compile time (does not write output)
102 -g Dump global variables used in NAME LINE COLUMN 102 -g Dump global variables used in NAME LINE COLUMN
103 -l Write line numbers from source codes 103 -l Write line numbers from source codes
104 -j Disable implicit return at end of file
104 -c Reserve comments before statement from source codes 105 -c Reserve comments before statement from source codes
105 -w path Watch changes and compile every file under directory 106 -w path Watch changes and compile every file under directory
106 -v Print version 107 -v Print version