vbauerster / mpb

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

Clear spinner on complete #58

Closed akshaybabloo closed 4 years ago

akshaybabloo commented 4 years ago

Is there a way to clear the spinner after complete? Like the one for bar using mpb.BarClearOnComplete()

vbauerster commented 4 years ago

mpb.BarClearOnComplete() works with spinner filler and it's shortcut for mpb.BarOnComplete(""). By spinner filler I mean the bar you get with *Progress.AddSpinner(...) *Bar.