pb icon indicating copy to clipboard operation
pb copied to clipboard

Add flush and graduate to MultiBar

Open clouds56 opened this issue 5 years ago • 1 comments

  1. add non-blocking flush method
  2. add set_finish to set behavior when a ProgressBar is finished
    • Keep: the current behavior, keep the progress bar in line
    • Remove: remove the progress bar in self.lines, reduce self.nlines by 1
    • Graduate: like Remove, but print the finished progress bar above the MultiBar (wouldn't update anymore)

clouds56 avatar Apr 05 '19 10:04 clouds56

Hey @clouds56, Sorry for my delayed response. Any chance you can add an example test for this, so I'll be able to run and test it?

a8m avatar Sep 14 '19 14:09 a8m