Skip to content

Commit d0f2604

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

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
@@ -305,6 +305,7 @@
305305
/_tendermint
306306
/_terraform
307307
/_tkn
308+
/_tkn-pac
308309
/tightvncviewer
309310
/tracepath6
310311
/_trivy

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ CLEANFILES = \
863863
_tendermint \
864864
_terraform \
865865
_tkn \
866+
_tkn-pac \
866867
tightvncviewer \
867868
tracepath6 \
868869
_trivy \
@@ -1028,6 +1029,7 @@ symlinks: $(DATA)
10281029
_tanzu \
10291030
_tanzu-core \
10301031
_tkn \
1032+
_tkn-pac \
10311033
_trivy \
10321034
_upctl \
10331035
_vacuum \

0 commit comments

Comments
 (0)