onepub-dev / dcli

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

Make progress active #110

Open bsutton opened 4 years ago

bsutton commented 4 years ago

For commands that use progress the command should be inactive until the function is called. The progress then calls the command and streams the results.

We can then remove the progress argument from commands