shanesmith / gerrit-cli

Gerrit in your command lines.
MIT License
46 stars 19 forks source link

completion is not compatible with zsh #23

Open ssbarnea opened 7 years ago

ssbarnea commented 7 years ago

If your shell is zsh, you cannot use eval "$(gerrit completion)" because completion command does not exists.

shanesmith commented 7 years ago

Yup that's true, it is currently only written for bash. It's a pretty simple script though so I'll take a shot at converting it to zsh... unless you happen to know all about zsh completion and would like to contribute? =)