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

9 lines
144 B
Bash

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