aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-04-09 10:26:16 +0800
committerGitHub <noreply@github.com>2020-04-09 10:26:16 +0800
commit3e022c96f9ee16fc5d47e56b7b1d0595e30eb938 (patch)
tree69bec021525f019dcd6c807da125b1a1f626335b
parentb0f2a35eeb7c7b37c226b73fad51a0b8230daa62 (diff)
downloadyuescript-3e022c96f9ee16fc5d47e56b7b1d0595e30eb938.tar.gz
yuescript-3e022c96f9ee16fc5d47e56b7b1d0595e30eb938.tar.bz2
yuescript-3e022c96f9ee16fc5d47e56b7b1d0595e30eb938.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4f3cdf8..cf369b7 100644
--- a/README.md
+++ b/README.md
@@ -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&emsp;&emsp;Use cases: 82&emsp;&emsp;Use cases:
83&emsp;&emsp;Recursively compile every moon file under current path: `moonp .` 83&emsp;&emsp;Recursively compile every moon file under current path: `moonp .`
84&emsp;&emsp;Compile and save results to a target path: `moonp -t /target/path/ .` 84&emsp;&emsp;Compile and save results to a target path: `moonp -t /target/path/ .`
85&emsp;&emsp;Compile and reserve debug info: `moonp -l .` 85&emsp;&emsp;Compile and reserve debug info: `moonp -l .`
86&emsp;&emsp;Compile and generate minified codes: `moonp -m .` 86&emsp;&emsp;Compile and generate minified codes: `moonp -m .`
87&emsp;&emsp;Execute raw codes: `moonp -e 'print 123'` 87&emsp;&emsp;Execute raw codes: `moonp -e 'print 123'`
88&emsp;&emsp;Execute a moon file: `moonp -e main.moon` 88&emsp;&emsp;Execute a moon file: `moonp -e main.moon`
89 89
90 90