-
-
Notifications
You must be signed in to change notification settings - Fork 5
CLI‑no friendly
rhoopr edited this page May 26, 2026
·
2 revisions
Force the friendly terminal UI off for one invocation.
kei sync --no-friendly- Default: friendly is auto on for plain TTYs
- Type: boolean flag
- TOML key:
[ui].friendly = false - Mutually exclusive with
--friendly; the last flag wins
Use this when you want structured tracing output on an interactive terminal, or when a script parses log prefixes.
Persist the choice in TOML:
[ui]
friendly = falseHard-off contexts such as non-TTY output, kei service run, Docker, systemd, --only-print-filenames, and explicit log-level settings disable friendly mode even without this flag.