Mpdreamz / shellprogressbar

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

Option to add child as indeterminate progress bar #98

Closed diegosps closed 2 years ago

diegosps commented 2 years ago

Right now, the only option as child progress bars are regular ones with known max ticks.

This PR adds the option to create child progress bars with unknown duration. The behavior of this progress child is similar to the main IndeterminateProgressBar.

There is also a working example.

Mpdreamz commented 2 years ago

LGTM ty @diegosps :+1: