add bash-it
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# shellcheck shell=bash
|
||||
cite "about-completion"
|
||||
about-completion "packer completion"
|
||||
|
||||
if _binary_exists packer; then
|
||||
complete -C packer packer
|
||||
fi
|
||||
Reference in New Issue
Block a user