bash-it/completion/available/kind.completion.bash

6 lines
91 B
Bash

# shellcheck shell=bash
if _command_exists kind; then
eval "$(kind completion bash)"
fi