dotfiles/.bash_it/completion/available/packer.completion.bash

8 lines
147 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
# shellcheck shell=bash
cite "about-completion"
about-completion "packer completion"
if _binary_exists packer; then
complete -C packer packer
fi