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 23:17:47 -04:00
parent 09020864d7
commit b90c0a0a09
+1
View File
@@ -526,3 +526,4 @@ function _gh_repo_view {
'--help[Show help for command]'
}
_gh "$@"