fix(#792): fleet roster ENOENT actionable exit + installer heading printf (#818)

This commit is contained in:
2026-07-17 21:36:36 +00:00
parent 686c881fe4
commit 3f77229e88
8 changed files with 248 additions and 10 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ ok() { echo "${G}✔${RESET} $*"; }
warn() { echo "${Y}${RESET} $*"; }
fail() { echo "${R}${RESET} $*" >&2; }
dim() { echo "${DIM}$*${RESET}"; }
step() { echo ""; echo "${BOLD}$*${RESET}"; }
step() { printf '\n%s%s%s\n' "$BOLD" "$*" "$RESET"; }
# ─── helpers ──────────────────────────────────────────────────────────────────