Skip to content

Commit 161fc5d

Browse files
committed
feat(tkn): add 3rd-party completion loader (cobra)
ohmybash/oh-my-bash#404
1 parent 26b5f09 commit 161fc5d

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
@@ -304,6 +304,7 @@
304304
/_tanzu-core
305305
/_tendermint
306306
/_terraform
307+
/_tkn
307308
/tightvncviewer
308309
/tracepath6
309310
/_trivy

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ CLEANFILES = \
862862
_tanzu-core \
863863
_tendermint \
864864
_terraform \
865+
_tkn \
865866
tightvncviewer \
866867
tracepath6 \
867868
_trivy \
@@ -1026,6 +1027,7 @@ symlinks: $(DATA)
10261027
_ssh-inscribe \
10271028
_tanzu \
10281029
_tanzu-core \
1030+
_tkn \
10291031
_trivy \
10301032
_upctl \
10311033
_vacuum \

0 commit comments

Comments
 (0)