From 849606b78fe250ed3315fb65a085ca6c860ddcaf Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 18 Jun 2026 22:54:54 +0800 Subject: format menus --- xmake/plugins/plugin/xmake.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xmake/plugins/plugin/xmake.lua') 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"} } } -- cgit v1.3.1