summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-01 08:36:13 +0800
committerruki <[email protected]>2026-08-01 08:36:13 +0800
commitf91724eb1d7f80e81772ad6f20b03b2a0cff8125 (patch)
treee3dc5bb5c84c5be0e450f8ec8662a2692012ebf6 /xmake/plugins/plugin/xmake.lua
parentcb97bd6d308b83ab4eca3f0462d2690dd66960b5 (diff)
remove old plugin repo
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
-rw-r--r--xmake/plugins/plugin/xmake.lua4
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"}
}
}