gerrit-cli icon indicating copy to clipboard operation
gerrit-cli copied to clipboard

completion is not compatible with zsh

Open ssbarnea opened this issue 7 years ago • 1 comments

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

ssbarnea avatar Dec 23 '16 14:12 ssbarnea

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? =)

shanesmith avatar Jan 16 '17 14:01 shanesmith