formatted github-cli completion
parent
8969f018a4
commit
759cdd5a6d
|
|
@ -3,8 +3,6 @@ cite "about-completion"
|
||||||
about-completion "GitHub CLI completion"
|
about-completion "GitHub CLI completion"
|
||||||
|
|
||||||
if _binary_exists gh; then
|
if _binary_exists gh; then
|
||||||
if _command_exists brew; then
|
complete -p gh &> /dev/null || return
|
||||||
_log_warning "You don't need github-cli completion enabled if you have system completion enabled"
|
|
||||||
fi
|
|
||||||
eval "$(gh completion --shell=bash)"
|
eval "$(gh completion --shell=bash)"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue