8 lines
174 B
Bash
8 lines
174 B
Bash
# shellcheck shell=bash
|
|
cite "about-completion"
|
|
about-completion "kubectl (Kubernetes CLI) completion"
|
|
|
|
if _binary_exists kubectl; then
|
|
eval "$(kubectl completion bash)"
|
|
fi
|