formatted jungle completion and used helper function
This commit is contained in:
committed by
Noah Gorny
parent
391ce6e91f
commit
714bf84528
@@ -1 +1,7 @@
|
||||
[[ -x "$(which jungle)" ]] && eval "$(_JUNGLE_COMPLETE=source jungle)"
|
||||
# shellcheck shell=bash
|
||||
cite "about-completion"
|
||||
about-completion "jungle(AWS cli tool) completion"
|
||||
|
||||
if _command_exists jungle; then
|
||||
eval "$(_JUNGLE_COMPLETE=source jungle)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user