bash-it/completion/available/packer.completion.bash

9 lines
152 B
Bash

# shellcheck shell=bash
cite "about-completion"
about-completion "packer completion"
if _binary_exists packer
then
complete -C packer packer
fi