* add hashicorp tools (#49)

- terraform
- packer
- consul
- nomad
- vagrant
This commit is contained in:
Abhishek Anand Amralkar 2020-07-17 01:01:20 +05:30 committed by GitHub
parent e8bdf2278c
commit 99595431ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
has
View File

@ -155,6 +155,10 @@ __detect(){
netlify) __dynamic_detect--version "${command}" ;;
netlifyctl) __dynamic_detect-arg_version "${command}" ;;
## Hashicorp Tools
terraform|packer) __dynamic_detect--version "${command}" ;;
vagrant|consul) __dynamic_detect--version "${command}" ;;
nomad) __dynamic_detect--version "${command}" ;;
# commands that need -v flag
unzip) __dynamic_detect-v "${command}" ;;