diff options
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-x | doc/docs/doc/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index 5c26dac..ad26be5 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md | |||
@@ -223,12 +223,12 @@ Usage: yue [options|files|directories] ... | |||
223 | Execute without options to enter REPL, type symbol '$' | 223 | Execute without options to enter REPL, type symbol '$' |
224 | in a single line to start/stop multi-line mode | 224 | in a single line to start/stop multi-line mode |
225 | ``` | 225 | ``` |
226 |   Use cases: | 226 |   Use cases: |
227 |   Recursively compile every YueScript file with extension **.yue** under current path: **yue .** | 227 |   Recursively compile every YueScript file with extension **.yue** under current path: **yue .** |
228 |   Compile and save results to a target path: **yue -t /target/path/ .** | 228 |   Compile and save results to a target path: **yue -t /target/path/ .** |
229 |   Compile and reserve debug info: **yue -l .** | 229 |   Compile and reserve debug info: **yue -l .** |
230 |   Compile and generate minified codes: **yue -m .** | 230 |   Compile and generate minified codes: **yue -m .** |
231 |   Execute raw codes: **yue -e 'print 123'** | 231 |   Execute raw codes: **yue -e 'print 123'** |
232 |   Execute a YueScript file: **yue -e main.yue** | 232 |   Execute a YueScript file: **yue -e main.yue** |
233 | 233 | ||
234 | ## Macro | 234 | ## Macro |