bash-it/completion/available/consul.completion.bash

7 lines
123 B
Bash

# bash completion support for Hashicorp consul
if _command_exists consul
then
complete -C "$(which consul)" consul
fi