Skip to content

Commit aca747d

Browse files
committed
Fixed docs. [skip CI]
1 parent 5e566f8 commit aca747d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

doc/docs/doc/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ Usage: yue [options|files|directories] ...
223223
Execute without options to enter REPL, type symbol '$'
224224
in a single line to start/stop multi-line mode
225225
```
226-
  Use cases:
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/ .**
229-
  Compile and reserve debug info: **yue -l .**
230-
  Compile and generate minified codes: **yue -m .**
231-
  Execute raw codes: **yue -e 'print 123'**
226+
  Use cases:
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/ .**
229+
  Compile and reserve debug info: **yue -l .**
230+
  Compile and generate minified codes: **yue -m .**
231+
  Execute raw codes: **yue -e 'print 123'**
232232
  Execute a YueScript file: **yue -e main.yue**
233233

234234
## Macro

doc/docs/zh/doc/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ f!
222222
不添加任何选项执行命令可以进入REPL模式,
223223
在单行输入符号 '$' 并换行后,可以开始或是停止多行输入模式
224224
```
225-
  使用案例:
226-
  递归编译当前路径下扩展名为 **.yue** 的每个月之脚本文件: **yue .**
227-
  编译并将结果保存到目标路径: **yue -t /target/path/ .**
228-
  编译并保留调试信息: **yue -l .**
229-
  编译并生成压缩代码: **yue -m .**
230-
  直接执行代码: **yue -e 'print 123'**
225+
  使用案例:
226+
  递归编译当前路径下扩展名为 **.yue** 的每个月之脚本文件: **yue .**
227+
  编译并将结果保存到目标路径: **yue -t /target/path/ .**
228+
  编译并保留调试信息: **yue -l .**
229+
  编译并生成压缩代码: **yue -m .**
230+
  直接执行代码: **yue -e 'print 123'**
231231
  执行一个月之脚本文件: **yue -e main.yue**
232232

233233
##

0 commit comments

Comments
 (0)