Skip to content

Commit

Permalink
Updated docs. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Jan 8, 2025
1 parent 4da8b6b commit 8018470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/docs/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Usage: yue [options|files|directories] ...
-b Dump compile time (doesn't write output)
-g Dump global variables used in NAME LINE COLUMN
-l Write line numbers from source codes
-j Disable implicit return at end of file
-c Reserve comments before statement from source codes
-w path Watch changes and compile every file under directory
-v Print version
Expand Down
1 change: 1 addition & 0 deletions doc/docs/zh/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ f!
-b 输出编译时间(不写输出)
-g 以“名称 行号 列号”的形式输出代码中使用的全局变量
-l 在输出的每一行代码的末尾写上原代码的行号
-j 禁用文件末尾的隐式返回
-c 在输出的代码中保留语句前的注释
-w path 监测目录下的文件更改并重新编译生成目录下的文件
-v 打印版本号
Expand Down

0 comments on commit 8018470

Please sign in to comment.