Files
bash-it/completion/available/kind.completion.bash
2020-10-29 19:57:14 +02:00

6 lines
87 B
Bash

#!/usr/bin/env bash
if _command_exists kind; then
eval "$(kind completion bash)"
fi