summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-15 14:46:25 +0800
committerruki <[email protected]>2026-08-15 14:46:25 +0800
commit62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (patch)
tree0543fce3beaa9bb452d5d179086afc3ac4aa590e /xmake/plugins/plugin/main.lua
parent57be1de09f2a890e9fff49560ce2665a38e53abb (diff)
improve tips
Diffstat (limited to 'xmake/plugins/plugin/main.lua')
-rw-r--r--xmake/plugins/plugin/main.lua2
1 files changed, 1 insertions, 1 deletions
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