Suppress all output except errors and final result. Useful for scripting. **Files to touch:** - `packages/devkit/src/cli/mod.rs` — add global --quiet flag to clap config - All subcommand handlers — check quiet flag before printing
Suppress all output except errors and final result. Useful for scripting.
Files to touch:
packages/devkit/src/cli/mod.rs— add global --quiet flag to clap config