oh-my-bash/completions/kubectl.completion.sh

9 lines
144 B
Bash
Raw Normal View History

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