diff options
| author | ruki <[email protected]> | 2026-06-18 22:54:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-06-18 22:54:54 +0800 |
| commit | 849606b78fe250ed3315fb65a085ca6c860ddcaf (patch) | |
| tree | 2b49c22a80d475f258a59b73fb3533f0f4f353d7 /xmake/plugins/plugin/xmake.lua | |
| parent | 9b8df1e3c6bf7aa841c3c62f8f80d5016690367b (diff) | |
format menus
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
| -rw-r--r-- | xmake/plugins/plugin/xmake.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index f05021828..05d9e3631 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -25,12 +25,12 @@ task("plugin") usage = "xmake plugin [options]", description = "Manage plugins of xmake.", options = { - {'i', "install", "k", nil, "Install plugins." }, - {'u', "update", "k", nil, "Update plugins." }, - {'c', "clear", "k", nil, "Clear all installed plugins." }, - {nil, "plugins", "v", nil, "The plugins path or url.", - "e.g.", - " $ xmake plugin --install https://github.com/xmake-io/xmake-plugins", - " $ xmake plugin --update"} + {'i', "install", "k", nil, "Install plugins."}, + {'u', "update", "k", nil, "Update plugins."}, + {'c', "clear", "k", nil, "Clear all installed plugins."}, + {nil, "plugins", "v", nil, "The plugins path or url.", + "e.g.", + " $ xmake plugin --install https://github.com/xmake-io/xmake-plugins", + " $ xmake plugin --update"} } } |
