Flags overview
Every flag accepted by smartspec audit. Other commands (doctor, version,
help) take no flags.
| Flag | Short | Type | Default | Notes |
|---|---|---|---|---|
| --format | -f | enum | console | console, json, html, markdown, text, llm, xml. Only the first two ship in v0.1. |
| --output | -o | path | stdout | Destination file. |
| --max-pages | -m | int | 250 | Hard cap on the crawl. |
| --categories | — | csv | all | Run only the listed module categories. |
| --quiet | -q | bool | false | Suppress non-essential stderr. |
| --verbose | — | bool | false | Extra diagnostic logging. |
| --no-fixes | — | bool | false | Drop the fix: line from each finding. |
| --no-plugins | — | bool | false | Skip user-installed plugin modules. |
For full per-flag examples see smartspec audit.