feat: Ajout completion pour kind
This commit is contained in:
parent
9535c409e7
commit
1338369be7
5
completion.d/kind
Normal file
5
completion.d/kind
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v kind &>/dev/null); then
|
||||
source <(kind completion bash)
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user