diff options
| author | ruki <[email protected]> | 2026-08-15 14:46:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-15 14:46:25 +0800 |
| commit | 62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (patch) | |
| tree | 0543fce3beaa9bb452d5d179086afc3ac4aa590e /xmake/plugins/plugin/main.lua | |
| parent | 57be1de09f2a890e9fff49560ce2665a38e53abb (diff) | |
improve tips
Diffstat (limited to 'xmake/plugins/plugin/main.lua')
| -rw-r--r-- | xmake/plugins/plugin/main.lua | 2 |
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 |
