Add more "Build and Compile" tools

This commit is contained in:
Peter Dave Hello 2023-10-15 00:21:36 +08:00
parent 61032d63f1
commit 444f573502
1 changed files with 1 additions and 0 deletions

1
has
View File

@ -196,6 +196,7 @@ __detect(){
## Build and Compile
gcc|make|cmake|bats) __dynamic_detect--version "${command}" ;;
g++|clang|ccache) __dynamic_detect--version "${command}" ;;
ninja) __dynamic_detect--version "${command}" ;;
composer) __dynamic_detect-V "${command}" ;;
pip|pip3|conda) __dynamic_detect-V "${command}" ;;