From af7fbb97b470abce4025144fe4676c38cf4514d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 29 Apr 2024 20:38:12 +0300 Subject: [PATCH 1/2] feat(bao): add 3rd party fallback completion loader https://github.com/openbao/openbao --- completions/.gitignore | 1 + completions/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/completions/.gitignore b/completions/.gitignore index 60a65de22e8..d5c01868334 100644 --- a/completions/.gitignore +++ b/completions/.gitignore @@ -28,6 +28,7 @@ /autoupdate /avahi-browse-domains /b2sum +/_bao /_black /_blackd /bmake diff --git a/completions/Makefile.am b/completions/Makefile.am index 9fea9eef6a9..ef8e49700ef 100644 --- a/completions/Makefile.am +++ b/completions/Makefile.am @@ -546,6 +546,7 @@ CLEANFILES = \ autossh \ autoupdate \ avahi-browse-domains \ + _bao \ _black \ _blackd \ bmake \ @@ -1207,7 +1208,7 @@ symlinks: $(DATA) $(ss) update-alternatives \ alternatives $(ss) _vault \ - _consul _nomad _packer _terraform + _bao _consul _nomad _packer _terraform $(ss) vipw \ vigr $(ss) vncviewer \ From 4edd9a2bde503d3897eb1906275d6509a3fafc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 29 Apr 2024 20:38:50 +0300 Subject: [PATCH 2/2] feat(tofu): add 3rd party fallback completion loader https://github.com/opentofu/opentofu --- completions/.gitignore | 1 + completions/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/completions/.gitignore b/completions/.gitignore index d5c01868334..c3bf546955a 100644 --- a/completions/.gitignore +++ b/completions/.gitignore @@ -317,6 +317,7 @@ /_tkn /_tkn-pac /tightvncviewer +/_tofu /tracepath6 /_trivy /typeset diff --git a/completions/Makefile.am b/completions/Makefile.am index ef8e49700ef..219ea10dab6 100644 --- a/completions/Makefile.am +++ b/completions/Makefile.am @@ -881,6 +881,7 @@ CLEANFILES = \ _tkn \ _tkn-pac \ tightvncviewer \ + _tofu \ tracepath6 \ _trivy \ typeset \ @@ -1208,7 +1209,7 @@ symlinks: $(DATA) $(ss) update-alternatives \ alternatives $(ss) _vault \ - _bao _consul _nomad _packer _terraform + _bao _consul _nomad _packer _terraform _tofu $(ss) vipw \ vigr $(ss) vncviewer \