From 8800ce78893613b4f910d2c9cbddcf51e8e03445 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 31 Jan 2023 23:10:20 +0800 Subject: improve check menu --- xmake/plugins/check/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) 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."} } } -- cgit v1.3.1