Skip to content

Commit 014faa5

Browse files
committed
feat(tfctl): add 3rd party fallback completion loader
https://flux-iac.github.io/tofu-controller/tfctl/#shell-completion
1 parent 0348cbf commit 014faa5

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
@@ -415,6 +415,7 @@
415415
/_tctl
416416
/_tendermint
417417
/_terraform
418+
/_tfctl
418419
/_tkn
419420
/_tkn-pac
420421
/tightvncviewer

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ CLEANFILES = \
10211021
_tctl \
10221022
_tendermint \
10231023
_terraform \
1024+
_tfctl \
10241025
_tkn \
10251026
_tkn-pac \
10261027
tightvncviewer \
@@ -1303,6 +1304,7 @@ symlinks: $(DATA)
13031304
_tanzu \
13041305
_tanzu-core \
13051306
_tctl \
1307+
_tfctl \
13061308
_tkn \
13071309
_tkn-pac \
13081310
_trivy \

0 commit comments

Comments
 (0)