Description
Add a --silent (-s) flag as the counterpart to --verbose (-v). When enabled, the number of rows processed is suppressed from stderr output, producing clean stdout-only output suitable for piping or scripting.
Acceptance Criteria
Notes
- Rows processed is currently emitted by the
--verbose path; silent mode should suppress it unconditionally regardless of whether -v is also absent
- No change to stdout (query results) — only stderr informational output is affected
Description
Add a
--silent(-s) flag as the counterpart to--verbose(-v). When enabled, the number of rows processed is suppressed from stderr output, producing clean stdout-only output suitable for piping or scripting.Acceptance Criteria
--silentand-sare accepted as equivalent flags--silentis set, the rows-processed count is not printed to stderr--silentand--verboseare mutually exclusive; passing both returns an error--help) documents--silent/-salongside--verbose/-vNotes
--verbosepath; silent mode should suppress it unconditionally regardless of whether-vis also absent