Zsh: Fix needing to press tab twice to complete gh

I needed to actually call the completion function at the bottom (`$@` is
the array of positional parameters, to get passed to the completion
function)
This commit is contained in:
Adin Klotz 2020-08-20 15:19:52 -04:00
parent 09020864d7
commit b90c0a0a09
1 changed files with 1 additions and 0 deletions

View File

@ -526,3 +526,4 @@ function _gh_repo_view {
'--help[Show help for command]' '--help[Show help for command]'
} }
_gh "$@"