Skip to content

Commit 9609b50

Browse files
committed
feat(kconf): add 3rd party fallback completion loader
https://github.com/particledecay/kconf
1 parent dd6c685 commit 9609b50

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
@@ -185,6 +185,7 @@
185185
/_kafkactl
186186
/_kapp
187187
/_kata-runtime
188+
/_kconf
188189
/_kn
189190
/_kool
190191
/kplayer

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ CLEANFILES = \
745745
_kafkactl \
746746
_kapp \
747747
_kata-runtime \
748+
_kconf \
748749
_kn \
749750
_kool \
750751
kplayer \
@@ -1141,6 +1142,7 @@ symlinks: $(DATA)
11411142
_k3sup \
11421143
_kafkactl \
11431144
_kapp \
1145+
_kconf \
11441146
_kn \
11451147
_kool \
11461148
_krane \

0 commit comments

Comments
 (0)