diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -80,11 +80,11 @@ Usage: moonp [options|files|directories] ... | |||
80 | in a single line to start/stop multi-line mode | 80 | in a single line to start/stop multi-line mode |
81 | ``` | 81 | ``` |
82 |   Use cases: | 82 |   Use cases: |
83 |   Recursively compile every moon file under current path: `moonp .` | 83 |   Recursively compile every moon file under current path: `moonp .` |
84 |   Compile and save results to a target path: `moonp -t /target/path/ .` | 84 |   Compile and save results to a target path: `moonp -t /target/path/ .` |
85 |   Compile and reserve debug info: `moonp -l .` | 85 |   Compile and reserve debug info: `moonp -l .` |
86 |   Compile and generate minified codes: `moonp -m .` | 86 |   Compile and generate minified codes: `moonp -m .` |
87 |   Execute raw codes: `moonp -e 'print 123'` | 87 |   Execute raw codes: `moonp -e 'print 123'` |
88 |   Execute a moon file: `moonp -e main.moon` | 88 |   Execute a moon file: `moonp -e main.moon` |
89 | 89 | ||
90 | 90 | ||