formatted minikube completion and used helper function
parent
bdb3f29cc6
commit
4ca22e9908
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# minikube (Local Kubernetes) completion
|
# minikube (Local Kubernetes) completion
|
||||||
|
|
||||||
if command -v minikube &>/dev/null
|
if _command_exists minikube
|
||||||
then
|
then
|
||||||
eval "$(minikube completion bash)"
|
eval "$(minikube completion bash)"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue