Skip to content

CLI‑no friendly

rhoopr edited this page May 26, 2026 · 2 revisions

--no-friendly

Force the friendly terminal UI off for one invocation.

Usage

kei sync --no-friendly

Details

  • 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 = false

Hard-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.

Related

Commands

Getting Started

Features

Clone this wiki locally