diff options
| author | ruki <[email protected]> | 2026-08-01 08:36:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-01 08:36:13 +0800 |
| commit | f91724eb1d7f80e81772ad6f20b03b2a0cff8125 (patch) | |
| tree | e3dc5bb5c84c5be0e450f8ec8662a2692012ebf6 /xmake/plugins/plugin/xmake.lua | |
| parent | cb97bd6d308b83ab4eca3f0462d2690dd66960b5 (diff) | |
remove old plugin repo
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
| -rw-r--r-- | xmake/plugins/plugin/xmake.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index aca6def8d..8da06a92e 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -26,7 +26,6 @@ task("plugin") description = "Manage plugins of xmake.", options = { {'i', "install", "k", nil, "Install plugins."}, - {'u', "update", "k", nil, "Update plugins."}, {'r', "remove", "k", nil, "Remove the given installed plugin."}, {'l', "list", "k", nil, "List all installed plugins."}, {'c', "clear", "k", nil, "Clear all installed plugins."}, @@ -39,7 +38,6 @@ task("plugin") " $ xmake plugin --install xmake-repo@hello-world", " $ xmake plugin --install hello-world", " $ xmake plugin --remove hello-world", - " $ xmake plugin --list", - " $ xmake plugin --update"} + " $ xmake plugin --list"} } } |
