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

8 lines
124 B
Bash

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