progressbar
progressbar copied to clipboard
Feature Request: Append to line & Wipe bar
I'd love
-
the ability to append the progress bar to the line it is on? (Could pass the column number if required)
-
the ability to make the progress bar disappear when .close() is called.
Are these possible?
Hello @mattparkins,
For (1), there is .setExtraMessage()
which might suit your need.
For (2), I'll add this to the next version -- thanks for the suggestion!
Ah thanks, brilliant!
In the next version in the ProgressBarBuilder
you can now call .clearDisplayOnFinish()
to configure such requested behavior.