oh-my-bash/completions/minikube.completion.sh
2022-01-15 19:00:35 +09:00

9 lines
147 B
Bash

#! bash oh-my-bash.module
# minikube (Kubernetes CLI) completion
if command -v minikube &>/dev/null
then
eval "$(minikube completion bash)"
fi