feat: Implemented client spec for bootstrap-auth-server with b me and b trust
Some checks failed
Lint / lint (push) Failing after 17s
Lint / lint (pull_request) Failing after 12s

This commit is contained in:
2026-06-27 09:04:10 +05:30
parent 671cf7f818
commit ed56ef95a9
5 changed files with 267 additions and 1 deletions

2
b.sh
View File

@@ -86,7 +86,7 @@ _b_completion() {
# If completing the first argument after 'b'
if [ "$COMP_CWORD" -eq 1 ]; then
opts="all con gone up ware bware"
opts="all con gone up ware bware me trust"
local routes_dir="$HOME/.config/bootstrap"
local installer_keys=""