summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/xmake.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-07-28 00:04:16 +0300
committerruki <[email protected]>2026-07-30 10:17:32 +0800
commit2127d0cef9be4eeab3e0192ab9bcd7aa36f9d658 (patch)
tree2fa9a9804ad13aa9423d52ce5a51671913899125 /xmake/plugins/plugin/xmake.lua
parent235b82edd8b262a7080a9f9ee518567f5a54b836 (diff)
Refactor plugin installation logic to support custom plugin URLs and improve error handling during installation
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
-rw-r--r--xmake/plugins/plugin/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua
index aca6def8d..a1b7f61ba 100644
--- a/xmake/plugins/plugin/xmake.lua
+++ b/xmake/plugins/plugin/xmake.lua
@@ -30,7 +30,7 @@ task("plugin")
{'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."},
- {nil, "plugins", "vs", nil, "The plugin paths, urls or names.",
+ {nil, "plugins", "v", nil, "The plugins path, url or package name.",
"e.g.",
" $ xmake plugin --install https://github.com/xmake-io/xmake-plugins",
" $ xmake plugin --install github:xmake-io/xmake-plugins",