Open
Description
Currently if you have a logger.progress running and control-C the CLI, you'll end up with you terminal in a broken state.
Not entirely sure why. One solution might be to watch for the signal and clean up after:
https://api.dart.dev/dart-io/ProcessSignal/watch.html