Skip to content

Commit e291111

Browse files
committed
feat(kompose): add 3rd party fallback completion loader
https://github.com/kubernetes/kompose#shell-autocompletion
1 parent bf54a1f commit e291111

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
@@ -205,6 +205,7 @@
205205
/_kind
206206
/_kn
207207
/_ko
208+
/_kompose
208209
/_kool
209210
/_kops
210211
/kplayer

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ CLEANFILES = \
773773
_kind \
774774
_kn \
775775
_ko \
776+
_kompose \
776777
_kool \
777778
_kops \
778779
kplayer \
@@ -1213,6 +1214,7 @@ symlinks: $(DATA)
12131214
_kind \
12141215
_kn \
12151216
_ko \
1217+
_kompose \
12161218
_kool \
12171219
_kops \
12181220
_krane \

0 commit comments

Comments
 (0)