Closed bjartek closed 8 years ago
@bjartek Can you add completions to the base script and not as a separate file, so that it can be added with:
oc-cluster completion bash
Similar to this: http://kubernetes.io/docs/user-guide/kubectl/kubectl_completion/
Then it will be easier to maintain.
Thanks.
./oc-cluster completion bash | sudo tee /usr/local/etc/bash_completion.d/oc-cluster works on my mac now
I needed to install bash completions from homebrew as well.
(I mainly use zsh these days so somebody mainly using bash should test this out)
I have no written that many zsh completions but i will give it a shot if I have time.
Add bash completions so that it is easier to use the tool.
I can look into this if you want me to.