diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | -c Reserve comments before statement from source codes | ||
98 | -w path Watch changes and compile every file under directory | 99 | -w path Watch changes and compile every file under directory |
99 | -v Print version | 100 | -v Print version |
100 | -- Read from standard in, print to standard out | 101 | -- Read from standard in, print to standard out |