Skip to content

Commit 0348cbf

Browse files
committed
feat(tctl): add 3rd party fallback completion loader
https://github.com/temporalio/tctl#bash-auto-completion-linux
1 parent c6fc803 commit 0348cbf

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
@@ -412,6 +412,7 @@
412412
/_talhelper
413413
/_tanzu
414414
/_tanzu-core
415+
/_tctl
415416
/_tendermint
416417
/_terraform
417418
/_tkn

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ CLEANFILES = \
10181018
_talhelper \
10191019
_tanzu \
10201020
_tanzu-core \
1021+
_tctl \
10211022
_tendermint \
10221023
_terraform \
10231024
_tkn \
@@ -1301,6 +1302,7 @@ symlinks: $(DATA)
13011302
_talhelper \
13021303
_tanzu \
13031304
_tanzu-core \
1305+
_tctl \
13041306
_tkn \
13051307
_tkn-pac \
13061308
_trivy \

0 commit comments

Comments
 (0)