Closed Jarmos-san closed 1 year ago
Github CLI supports shell completions itself. So we don't support it by our policy. You can use its zsh completion by the following commands.
gh completion --shell zsh > /some_fpath_directory/_gh
and rm -f ~/.zcompdump; compinit
It appears support for GitHub CLI is missing from the repository. Adding it shouldn't be a difficult task & I'm willing to share a PR to add it here.