onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
245 stars 28 forks source link

start().forEach doesn't work. #144

Open bsutton opened 3 years ago

bsutton commented 3 years ago

The start command creates a Progress.print by default.

This stops the start command from capturing the output so forEach non longer works.

We need to fix this as part of the review of how we run processes.