Skip to content

Commit ae1b9a2

Browse files
committed
feat(ko): add 3rd party fallback completion loader
https://ko.build/advanced/faq/#does-ko-support-autocompletion
1 parent 9609b50 commit ae1b9a2

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
@@ -187,6 +187,7 @@
187187
/_kata-runtime
188188
/_kconf
189189
/_kn
190+
/_ko
190191
/_kool
191192
/kplayer
192193
/_krane

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ CLEANFILES = \
747747
_kata-runtime \
748748
_kconf \
749749
_kn \
750+
_ko \
750751
_kool \
751752
kplayer \
752753
_krane \
@@ -1144,6 +1145,7 @@ symlinks: $(DATA)
11441145
_kapp \
11451146
_kconf \
11461147
_kn \
1148+
_ko \
11471149
_kool \
11481150
_krane \
11491151
_kratos \

0 commit comments

Comments
 (0)