Missing --quiet / --silent flag to suppress non-error output #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
There is
--verbose/-vbut no--quietto suppress all non-error output. Allprintfcalls insend_files()andsend_files_multithreaded()for dry-run go to stdout unconditionally.Location
src/client/client_cli.c
Suggested Fix
Add
--quietflag. Addbool quiettoConfig. Gate all informationalprintfcalls behind!config->quiet.Severity
low
Category
feature
Sub-Agent
feature-scout (FS-2)
This issue was automatically generated by the issue-creator agent.
Fixed in PR #148 — merged into main on 2026-07-29.