Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Append to line & Wipe bar #135

Closed
mattparkins opened this issue Jun 17, 2022 · 3 comments
Closed

Feature Request: Append to line & Wipe bar #135

mattparkins opened this issue Jun 17, 2022 · 3 comments

Comments

@mattparkins
Copy link

I'd love

  1. the ability to append the progress bar to the line it is on? (Could pass the column number if required)

  2. the ability to make the progress bar disappear when .close() is called.

Are these possible?

@ctongfei
Copy link
Owner

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!

@mattparkins
Copy link
Author

Ah thanks, brilliant!

@ctongfei
Copy link
Owner

In the next version in the ProgressBarBuilder you can now call .clearDisplayOnFinish() to configure such requested behavior.

@ctongfei ctongfei added this to the 0.9.4 milestone Sep 10, 2022
@ctongfei ctongfei mentioned this issue Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants