Skip to content

Commit 3dec92b

Browse files
committed
feat(helmfile): add 3rd party fallback completion loader
https://helmfile.readthedocs.io/en/latest/#bash-and-zsh-completion
1 parent a1b3831 commit 3dec92b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
/hciconfig
168168
/hd
169169
/_helm
170+
/_helmfile
170171
/host
171172
/_hostctl
172173
/hping

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ CLEANFILES = \
735735
hciconfig \
736736
hd \
737737
_helm \
738+
_helmfile \
738739
host \
739740
_hostctl \
740741
hping \
@@ -1184,6 +1185,7 @@ symlinks: $(DATA)
11841185
_grype \
11851186
_gup \
11861187
_helm \
1188+
_helmfile \
11871189
_hostctl \
11881190
_hugo \
11891191
_imgpkg \

0 commit comments

Comments
 (0)