config-bash/completion.d/kind

6 lines
87 B
Plaintext
Raw Permalink Normal View History

2024-06-24 11:24:49 +02:00
#!/bin/bash
if (command -v kind &>/dev/null); then
source <(kind completion bash)
fi