feat(completions): add argocd, cue, dagger, kubebuilder and pulumi

These tools use the Cobra framework for argument parsing, which can
generate completions ready to be sourced.
This commit is contained in:
Yann Soubeyrand
2025-02-04 16:30:31 +01:00
committed by Johannes Altmanninger
parent 517b02899a
commit 052a010b57
5 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
argocd completion fish | source

View File

@@ -0,0 +1 @@
cue completion fish | source

View File

@@ -0,0 +1 @@
dagger completion fish | source

View File

@@ -0,0 +1 @@
kubebuilder completion fish | source

View File

@@ -0,0 +1 @@
pulumi completion fish | source