Skip to content

Commit 11cb8a6

Browse files
committed
feat(ytt): add 3rd party fallback completion loader
https://carvel.dev/ytt/docs/v0.51.0/install/#shell-completion
1 parent c77de6c commit 11cb8a6

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
@@ -463,6 +463,7 @@
463463
/_xc
464464
/xpovray
465465
/xvnc4viewer
466+
/_ytt
466467
/ypcat
467468
/_zarf
468469
/_zitadel

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@ CLEANFILES = \
10691069
_xc \
10701070
xpovray \
10711071
xvnc4viewer \
1072+
_ytt \
10721073
ypcat \
10731074
_zarf \
10741075
_zitadel \
@@ -1320,6 +1321,7 @@ symlinks: $(DATA)
13201321
_velero \
13211322
_venom \
13221323
_virtctl \
1324+
_ytt \
13231325
_zarf \
13241326
_zitadel \
13251327
_zola

0 commit comments

Comments
 (0)