config-bash/completion.d/kind
2024-06-24 09:24:49 +00:00

6 lines
87 B
Bash

#!/bin/bash
if (command -v kind &>/dev/null); then
source <(kind completion bash)
fi