diff options
| author | ruki <[email protected]> | 2023-01-31 23:10:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-31 23:10:20 +0800 |
| commit | 8800ce78893613b4f910d2c9cbddcf51e8e03445 (patch) | |
| tree | 87f3fa794c5f7305b30c02a705f7cc8b90703727 /xmake/plugins/check/xmake.lua | |
| parent | 34b003e23248f0aa069b22b9787a434cb9d38922 (diff) | |
improve check menu
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
| -rw-r--r-- | xmake/plugins/check/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/check/xmake.lua b/xmake/plugins/check/xmake.lua index 265a4cf18..9e202b7cd 100644 --- a/xmake/plugins/check/xmake.lua +++ b/xmake/plugins/check/xmake.lua @@ -25,6 +25,9 @@ task("check") usage = "xmake check [options] [arguments]", description = "Check the project code and configuration.", options = { + {'l', "list", "k", nil, "Show all supported checkers list."}, + {nil, "info", "kv", nil, "Show the given checker information."}, + {nil, "checkers", "vs", nil, "Use the given checkers to check project."} } } |
