kubemrr
kubemrr copied to clipboard
Can't get kubemrr to work with zsh, getting errors when doing source
kubemrr version 1.3.0
OS: Ubuntu Trusty 14.04.5 LTS
zsh version: zsh 5.0.5 (x86_64-pc-linux-gnu)
I have kubemrr watch
running and working, I have created a completion script by runnning kubemrr competion zsh > kubemrr-zsh-comp
, but when I load it I get the following errors:
# source kubemrr-zsh-comp
/proc/self/fd/12:44: parse error near `-*'
kubemrr-zsh-comp:208: bad option: -t
allflags=(' ')
kubemrr-zsh-comp:218: bad option: -t
Same process with bash
seems OK, but can't get it to work with zsh
.
Any ideas?
ping :)