sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Request: `dart run --resident --quiet` (or similar)

Open matanlurey opened this issue 1 year ago • 2 comments
trafficstars

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.

matanlurey avatar Oct 07 '24 23:10 matanlurey

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.

dart-github-bot avatar Oct 07 '24 23:10 dart-github-bot

Or add a verbose level option.

ykmnkmi avatar Oct 08 '24 07:10 ykmnkmi