## Task Add a `--quiet` flag to suppress all non-error output. ### What to do - Add `--quiet` option to `raguard scan` - Suppress banner, progress, and summary output - Only print errors and findings ### Acceptance criteria - [ ] `raguard scan --quiet target/` only prints findings and errors - [ ] All existing tests pass (`python -m pytest tests/ -v`) See [CONTRIBUTING.md](https://github.com/Carlos-Projects/RAGuard/blob/main/CONTRIBUTING.md).
Task
Add a
--quietflag to suppress all non-error output.What to do
--quietoption toraguard scanAcceptance criteria
raguard scan --quiet target/only prints findings and errorspython -m pytest tests/ -v)See CONTRIBUTING.md.