diff options
| author | ruki <[email protected]> | 2018-11-24 23:10:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-24 23:10:40 +0800 |
| commit | cfdac0d58e2977eabb0bb9210bd2f888ee87ba8b (patch) | |
| tree | 90aa847e2ccfc57d930181ef145439ba1398b03a /xmake | |
| parent | 0eec3811e9574d506c11c662889b3e0802f6b09e (diff) | |
improve install tips
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index a94d10bae..98e30cc03 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -336,7 +336,7 @@ function _get_confirm(packages) -- show tips cprint("${bright yellow}note: ${default yellow}try installing these packages (pass -y to skip confirm)?") for _, package in ipairs(packages) do - print(" -> %s %s", package:name(), package:version_str() or "") + print(" -> %s %s %s", package:name(), package:version_str() or "", package:debug() and "(debug)" or "") end cprint("please input: y (y/n)") |
