mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 14:51:15 -03:00
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:
committed by
Johannes Altmanninger
parent
517b02899a
commit
052a010b57
1
share/completions/argocd.fish
Normal file
1
share/completions/argocd.fish
Normal file
@@ -0,0 +1 @@
|
||||
argocd completion fish | source
|
||||
1
share/completions/cue.fish
Normal file
1
share/completions/cue.fish
Normal file
@@ -0,0 +1 @@
|
||||
cue completion fish | source
|
||||
1
share/completions/dagger.fish
Normal file
1
share/completions/dagger.fish
Normal file
@@ -0,0 +1 @@
|
||||
dagger completion fish | source
|
||||
1
share/completions/kubebuilder.fish
Normal file
1
share/completions/kubebuilder.fish
Normal file
@@ -0,0 +1 @@
|
||||
kubebuilder completion fish | source
|
||||
1
share/completions/pulumi.fish
Normal file
1
share/completions/pulumi.fish
Normal file
@@ -0,0 +1 @@
|
||||
pulumi completion fish | source
|
||||
Reference in New Issue
Block a user