We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
bar := pb.New(1000) bar.Output = os.Stderr bar.Start()
Run with:
myprogram > output
Expected: Progress bar is drawn because output goes to Stderr and Stderr is a terminal.
Actual: No progress bar is drawn, only counters and percentage is shown.
The text was updated successfully, but these errors were encountered:
I can reproduce this too on Windows 10 64 bit. go get gopkg.in/cheggaaa/pb.v1
go get gopkg.in/cheggaaa/pb.v1
Sorry, something went wrong.
I think this is fixed in ca37cd7
No branches or pull requests
How to reproduce:
Run with:
myprogram > output
Expected:
Progress bar is drawn because output goes to Stderr and Stderr is a terminal.
Actual:
No progress bar is drawn, only counters and percentage is shown.
The text was updated successfully, but these errors were encountered: