From 73a790f3c4810755921350c61cf84d6504a30297 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 8 Aug 2026 16:32:53 +0800 Subject: add addon support for plugins --- xmake/plugins/plugin/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/plugin/xmake.lua') diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index ae7869203..1136b0044 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -23,7 +23,7 @@ task("plugin") on_run("main") set_menu { usage = "xmake plugin [options]", - description = "Manage plugins of xmake.", + description = "Manage plugins of xmake. (deprecated, please use `xmake addon` instead)", options = { {'i', "install", "k", nil, "Install plugins."}, {'r', "remove", "k", nil, "Remove the given installed plugin."}, -- cgit v1.3.1