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

9 lines
139 B
Bash
Raw Normal View History

# -*- mode: bash -*-
# kubectl (Kubernetes CLI) completion
if command -v kubectl &>/dev/null
then
eval "$(kubectl completion bash)"
fi