bash-it/completion/available/kubectl.completion.bash

9 lines
133 B
Bash

#!/usr/bin/env bash
# kubectl (Kubernetes CLI) completion
if _command_exists kubectl
then
eval "$(kubectl completion bash)"
fi