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
progress
None
Please describe the use case that requires this feature.
tqdm can be smart with disable=None, in which case it will show the progress bar on a tty but not if redirected to e.g. a file.
disable=None
This would be a good default I think for the tools.
Describe the solution you'd like
Change the defaults of all tools that have a progress bar option to None instead of False.
False
The text was updated successfully, but these errors were encountered:
morcuended
Successfully merging a pull request may close this issue.
Please describe the use case that requires this feature.
tqdm can be smart with
disable=None
, in which case it will show the progress bar on a tty but not if redirected to e.g. a file.This would be a good default I think for the tools.
Describe the solution you'd like
Change the defaults of all tools that have a progress bar option to
None
instead ofFalse
.The text was updated successfully, but these errors were encountered: