From 62bae6f061c8577aae7dff8c1f6c47a5e705f3bb Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 15 Aug 2026 14:46:25 +0800 Subject: improve tips --- xmake/plugins/plugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/plugin') diff --git a/xmake/plugins/plugin/main.lua b/xmake/plugins/plugin/main.lua index dbb23a139..ce1ac3e4f 100644 --- a/xmake/plugins/plugin/main.lua +++ b/xmake/plugins/plugin/main.lua @@ -257,7 +257,7 @@ function _clear() end function main() - wprint("`xmake plugin` is deprecated, please use `xmake addon` instead!") + cprint("${bright color.warning}${text.warning}: ${color.warning}`xmake plugin` is deprecated, please use `xmake addon` instead!") if option.get("install") then _install() elseif option.get("remove") then -- cgit v1.3.1