Skip to content

Commit

Permalink
Usageを更新。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatakinov committed Nov 15, 2023
1 parent 5c040d0 commit db52817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Options:
-d, --noundefined 未定義の変数に関する情報を出力しない
-l, --nolocal ローカル変数に関する情報を出力しない
-g, --noglobal グローバル変数に関する情報を出力しない
-a, --noambiguous 変数/関数名の訂正を行わない
-h, --help ヘルプの表示
```

Expand Down
2 changes: 1 addition & 1 deletion yayalint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local Error = {


local parser = ArgParse("yayalint", "YAYA linter")
parser:argument("path", "Path of the folder containing yaya.dll")
parser:argument("path", "Path to yaya.txt(aya.txt)")
parser:flag("-F --nofile")
parser:flag("-s --nosyntaxerror")
parser:flag("-w --nowarning")
Expand Down

0 comments on commit db52817

Please sign in to comment.