-
-
Notifications
You must be signed in to change notification settings - Fork 5
CLI‑no progress bar
rhoopr edited this page May 26, 2026
·
4 revisions
Disable progress output for one invocation.
kei sync --no-progress-bar- Default: progress output is enabled on TTYs
- Type: boolean flag
- TOML key:
[ui].progress_bar = false
The progress bar auto-hides in non-TTY environments such as cron, service logs, and pipes. Use this flag to disable it explicitly for one run.
For a permanent setting:
[ui]
progress_bar = false