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