Skip to content

Commit af7fbb9

Browse files
committed
feat(bao): add 3rd party fallback completion loader
https://github.com/openbao/openbao
1 parent 27a0ef8 commit af7fbb9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
/autoupdate
2929
/avahi-browse-domains
3030
/b2sum
31+
/_bao
3132
/_black
3233
/_blackd
3334
/bmake

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ CLEANFILES = \
546546
autossh \
547547
autoupdate \
548548
avahi-browse-domains \
549+
_bao \
549550
_black \
550551
_blackd \
551552
bmake \
@@ -1207,7 +1208,7 @@ symlinks: $(DATA)
12071208
$(ss) update-alternatives \
12081209
alternatives
12091210
$(ss) _vault \
1210-
_consul _nomad _packer _terraform
1211+
_bao _consul _nomad _packer _terraform
12111212
$(ss) vipw \
12121213
vigr
12131214
$(ss) vncviewer \

0 commit comments

Comments
 (0)