diff options
Diffstat (limited to 'xmake/actions/require/xmake.lua')
| -rw-r--r-- | xmake/actions/require/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/actions/require/xmake.lua b/xmake/actions/require/xmake.lua index e3923b516..495f2e977 100644 --- a/xmake/actions/require/xmake.lua +++ b/xmake/actions/require/xmake.lua @@ -65,6 +65,9 @@ task("require") , {nil, "info", "k", nil, "Show the given package info.", "e.g.", " $ xmake require --info tbox" } + , {nil, "check", "k", nil, "Check whether the given package is supported", + "e.g.", + " $ xmake require --check tbox" } , {nil, "fetch", "k", nil, "Fetch the library info of given package.", "e.g.", " $ xmake require --fetch tbox" } |
