feat: Ajout completion pour kind

This commit is contained in:
Xavier Logerais 2024-06-24 09:24:49 +00:00
parent 9535c409e7
commit 1338369be7

5
completion.d/kind Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (command -v kind &>/dev/null); then
source <(kind completion bash)
fi