-
-
Notifications
You must be signed in to change notification settings - Fork 5
CLI‑friendly
rhoopr edited this page May 26, 2026
·
2 revisions
Force the friendly terminal UI on for one invocation.
kei sync --friendly- Default: auto on plain TTYs
- Type: boolean flag
- TOML key:
[ui].friendly - Mutually exclusive with
--no-friendly; the last flag wins
Friendly mode shows the curated progress UI: phase narration, progress card, retry wording, and end-of-run summary. It is normally on only for an interactive terminal.
Hard-off contexts still win over --friendly:
- stdout or stderr is not a TTY
-
--only-print-filenamesor--no-progress-baris set -
kei service runis active - Docker or systemd is detected
TERM=dumb-
--log-levelwas passed orRUST_LOGis set
Persist the preference in TOML:
[ui]
friendly = trueResolution chain: CLI, then TOML, then auto-detected default.