Skip to content

Commit 21fcca5

Browse files
committed
feat(bosh): add 3rd party fallback completion loader
https://github.com/cloudfoundry/bosh-cli
1 parent 494e625 commit 21fcca5

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
@@ -39,6 +39,7 @@
3939
/_black
4040
/_blackd
4141
/bmake
42+
/_bosh
4243
/bsdtar
4344
/btdownloadcurses.py
4445
/btdownloadgui.py

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ CLEANFILES = \
587587
_black \
588588
_blackd \
589589
bmake \
590+
_bosh \
590591
bsdtar \
591592
btdownloadcurses.py \
592593
btdownloadgui.py \
@@ -1056,6 +1057,7 @@ symlinks: $(DATA)
10561057
_atlas \
10571058
_atmos \
10581059
_bashbot \
1060+
_bosh \
10591061
_buf \
10601062
_chezmoi \
10611063
_cilium \

0 commit comments

Comments
 (0)