added minikube completion support

pull/1221/head
Raphael Parree 2018-07-26 09:51:25 +02:00
parent e4df64b97d
commit d00762d3cd
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# minikube (Local Kubernetes) completion
if command -v minikube &>/dev/null
then
eval "$(minikube completion bash)"
fi