diff options
| author | Saikari <[email protected]> | 2026-07-27 12:36:07 +0300 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-07-30 10:17:32 +0800 |
| commit | 235b82edd8b262a7080a9f9ee518567f5a54b836 (patch) | |
| tree | fedc3989bf614fcceb238df1107a4fa516870170 /xmake/plugins/plugin/xmake.lua | |
| parent | 9eaaccdbd7483ff7a9fc1f4cdbd91057c62ecbc9 (diff) | |
Enhance plugin installation by validating plugin names and improving error handling during installation and updates
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
| -rw-r--r-- | xmake/plugins/plugin/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index a1b7f61ba..aca6def8d 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", "v", nil, "The plugins path, url or package name.", + {nil, "plugins", "vs", nil, "The plugin paths, urls or names.", "e.g.", " $ xmake plugin --install https://github.com/xmake-io/xmake-plugins", " $ xmake plugin --install github:xmake-io/xmake-plugins", |
