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: --newline flag #4

Open
mturley opened this issue May 17, 2018 · 1 comment
Open

Feature: --newline flag #4

mturley opened this issue May 17, 2018 · 1 comment

Comments

@mturley
Copy link

mturley commented May 17, 2018

This would be nice, for my one-call-per-message Discord webhook use case. I have to make sure I printf '\n' before the invoking ProgressBar, because otherwise it will confusingly and silently eat the prior line of my output. I was curious why my total space wasn't appearing for the longest time...

I'm sure in certain shells / tailing files / etc, you might want a progress bar that draws on a new line every time it updates, I imagine. But I will use this just so I can render one snapshot of a progress bar without it eating one of my lines of stdout.

@fearside
Copy link
Owner

I have considered this feature and im a bit torn which approach to solve this issue. I will revisit it with the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants