Add Kind support

This commit is contained in:
Grzegorz Szczudlik
2020-10-14 17:35:15 +02:00
parent 21d094ed5a
commit ecef6ed008

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
if _command_exists kind; then
eval "$(kind completion bash)"
fi