mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
colorize the version as well
This commit is contained in:
parent
1ad2f05548
commit
4e91758c00
2
has
2
has
@ -151,7 +151,7 @@ __detect(){
|
||||
KO=$(($KO+1))
|
||||
|
||||
elif [ ${status} -eq 0 ] || [ ${status} -eq 141 ]; then ## successfully executed
|
||||
printf "${PASS} ${command} ${version}\n"
|
||||
printf "${PASS} ${command} \e[1m\e[33;5;2m${version}\e[m\n"
|
||||
OK=$(($OK+1))
|
||||
|
||||
else ## as long as its not 127, command is there, but we might not have been able to extract version
|
||||
|
Loading…
Reference in New Issue
Block a user