Skip to content

Commit

Permalink
feat(kata-runtime): add 3rd party fallback completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 17, 2024
1 parent 5d5ccb3 commit 5ff8055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
/javac
/javadoc
/_k3s
/_kata-runtime
/_kn
/_kool
/kplayer
Expand Down
3 changes: 3 additions & 0 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ CLEANFILES = \
javac \
javadoc \
_k3s \
_kata-runtime \
_kn \
_kool \
kplayer \
Expand Down Expand Up @@ -1214,6 +1215,8 @@ endif
sbcl-mt
$(ss) sha256sum \
b2sum md5sum shasum sha1sum sha224sum sha384sum sha512sum
$(ss) _sops \
_kata-runtime
$(ss) ssh \
autossh scp sftp sidedoor slogin
$(ss) sudo \
Expand Down

0 comments on commit 5ff8055

Please sign in to comment.