You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Minikube version (use minikube version): v0.20.0
Environment:
OS (e.g. from /etc/os-release): 16.04.3 LTS (Xenial Xerus)
VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox
ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): minikube-v0.20.0.iso
Install tools: ZSH
Cobra now has command hiearchy completion for ZSH in master. See spf13/cobra/pull/497
Even though it is still missing more advanced stuff, basic command compeletion for ZSH would be very useful.
The text was updated successfully, but these errors were encountered:
Yup this would be cool. Even though we use cobra in minikube, we track the version from upstream kubernetes . So we'll have to wait until its updated upstream, so we avoid vendor merge conflicts all the time.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Minikube version (use
minikube version
): v0.20.0Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): virtualboxcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): minikube-v0.20.0.isoCobra now has command hiearchy completion for ZSH in master. See spf13/cobra/pull/497
Even though it is still missing more advanced stuff, basic command compeletion for ZSH would be very useful.
The text was updated successfully, but these errors were encountered: