vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.29k stars 123 forks source link

Reset the bar #50

Closed tekjar closed 4 years ago

tekjar commented 4 years ago

Hi. How do I reset the bar and restart after it's completed?

vbauerster commented 4 years ago

Hi! There is no way to reset and reuse the same bar. You can replace completed bar with another one, like it is done in example.

tekjar commented 4 years ago

Ok. Thanks