shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

feat(cargo-shuttle): add `--quiet` flag for local runs

Open sarataha opened this issue 4 months ago • 1 comments

Description of change

Add -q/--quiet flag to cargo shuttle run to suppress non-error output.

Closes #1602

How has this been tested? (if applicable)

Verified flag appears in help output and tested flag parsing and behavior logic.

sarataha avatar Sep 01 '25 17:09 sarataha

Thanks for the PR! There are some conflicts with the main branch now. After that is resolved, we also want to pass the --quiet flag to any cargo or docker subprocesses we launch as part of building ahead of the local run. Later, this can evolve into a global flag that is the opposite to --debug :)

jonaro00 avatar Sep 09 '25 22:09 jonaro00