Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

CollapseWhenFinished except on error #111

Open paulb2015 opened 2 months ago

paulb2015 commented 2 months ago

When setting CollapseWhenFinished to true, it also collapses child tasks where ObservedError is set to true.

Is it possible to not collapse a child progress bar if it has an error?