sdk
sdk copied to clipboard
Request: `dart run --resident --quiet` (or similar)
I love the functionality in dart run --resident, it replaces so much hand-rolled scripts and logic for trying to build and invalidate a snapshot. There is one downside - it is a (little) noisy, and adds messages about starting (and shutting down) a Dart resident server.
I would love a --resident --quiet mode that, unless there is some sort of catastrophic scenario, acts identically to if I would have not passed --resident.
Summary: The user requests a --quiet option for dart run --resident to suppress messages about starting and shutting down the resident server, making it behave more like a regular dart run execution.
Or add a verbose level option.