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

9 lines
206 B
Bash

#!/usr/bin/env echo run from bash: .
# shellcheck shell=bash disable=SC2148,SC2096
cite "about-completion"
about-completion "packer completion"
if _binary_exists packer; then
complete -C packer packer
fi