diff options
| author | ruki <[email protected]> | 2026-08-02 13:50:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-02 13:50:54 +0800 |
| commit | ad70505d3d5a100dfdcece30677fc4e3f0099498 (patch) | |
| tree | 600c7476bf5d885402e322089257dd1ca5328073 /xmake/plugins/plugin | |
| parent | 33ed4e501281de51b2b8dcfa442b176f0dd6d2d2 (diff) | |
update menu
Diffstat (limited to 'xmake/plugins/plugin')
| -rw-r--r-- | xmake/plugins/plugin/xmake.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index 4aab3daa4..ae7869203 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -31,13 +31,13 @@ task("plugin") {'c', "clear", "k", nil, "Clear all installed plugins."}, {nil, "plugins", "vs", nil, "The plugin paths, urls or names.", "e.g.", - " $ xmake plugin --install https://github.com/myrepo/hello", - " $ xmake plugin --install github:myrepo/hello", - " $ xmake plugin --install github:myrepo/hello#dev", + " $ xmake plugin --install https://github.com/myrepo/hello-world", + " $ xmake plugin --install github:myrepo/hello-world", + " $ xmake plugin --install github:myrepo/hello-world#dev", " $ xmake plugin --install /tmp/my-plugin", - " $ xmake plugin --install xmake-repo@hello", - " $ xmake plugin --install hello", - " $ xmake plugin --remove hello", + " $ xmake plugin --install xmake-repo@hello-world", + " $ xmake plugin --install hello-world", + " $ xmake plugin --remove hello-world", " $ xmake plugin --list"} } } |
