diff options
author | Li Jin <dragon-fly@qq.com> | 2025-01-08 09:58:07 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-01-08 09:58:07 +0800 |
commit | 4da8b6b71d755ac47f5b55e9fc44e809185e905b (patch) | |
tree | 5fb67e1721a28d6370eef837a130ed6e607b89cc | |
parent | 84b4744f967cf6488236bd1360b15c6c40ea17b9 (diff) | |
download | yuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.tar.gz yuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.tar.bz2 yuescript-4da8b6b71d755ac47f5b55e9fc44e809185e905b.zip |
Updated readme.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |