Merge pull request #1221 from rparree/minikube

added minikube completion support
pull/1222/head
Nils Winkler 2018-07-26 10:29:07 +02:00 committed by GitHub
commit 812a5d411b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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