Files
dotfiles/dot_bash_it/completion/available/consul.completion.bash
2022-05-05 22:20:02 +02:00

8 lines
174 B
Bash

# shellcheck shell=bash
cite "about-completion"
about-completion "Hashicorp consul completion"
if _command_exists consul; then
complete -C "$(command -v consul)" consul
fi