diff options
author | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
commit | cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch) | |
tree | 1ed31c2958a59ce1c33efda14119e0a7997d47f6 /doc | |
parent | 7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff) | |
download | yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2 yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip |
fix build. update doc.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/docs/doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index df9002d..8720754 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 | -w path Watch changes and compile every file under directory | ||
173 | -v Print version | 174 | -v Print version |
174 | -- Read from standard in, print to standard out | 175 | -- Read from standard in, print to standard out |
175 | (Must be first and only argument) | 176 | (Must be first and only argument) |