summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/check/xmake.lua3
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."}
}
}