Skip to content

Commit 7468d4c

Browse files
committed
feat(tanzu-core): add fallback 3rd party completion loader
1 parent ec5a562 commit 7468d4c

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
@@ -275,6 +275,7 @@
275275
/stream
276276
/sudoedit
277277
/_tanzu
278+
/_tanzu-core
278279
/_tendermint
279280
/_terraform
280281
/tightvncviewer

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ CLEANFILES = \
828828
stream \
829829
sudoedit \
830830
_tanzu \
831+
_tanzu-core \
831832
_tendermint \
832833
_terraform \
833834
tightvncviewer \
@@ -982,6 +983,7 @@ symlinks: $(DATA)
982983
_skaffold \
983984
_sshi \
984985
_tanzu \
986+
_tanzu-core \
985987
_trivy \
986988
_upctl \
987989
_vacuum \

0 commit comments

Comments
 (0)