feat(completion): Ajout du support de minikube
This commit is contained in:
parent
9324547f92
commit
08916f80b6
5
completion.d/minikube
Normal file
5
completion.d/minikube
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v minikube &>/dev/null); then
|
||||
source <(minikube completion bash)
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user