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

Add option to disable progress bars #7

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

chrisdicarlo
Copy link
Owner

@chrisdicarlo chrisdicarlo commented Oct 4, 2024

This PR introduces a new --no-progress option, allowing users to turn off progress indicators. It is primarily intended to enable running the command in the context of continuous integration (e.g GitHub Actions, GitLab CI, etc.) and scripts where progress bars or spinners are undesirable.

Closes #6.

@chrisdicarlo chrisdicarlo force-pushed the add-no-progress-option branch from a13b6f4 to 42404a7 Compare October 4, 2024 18:15
@chrisdicarlo chrisdicarlo changed the title Add no progress option Add option to disable progress bars Oct 4, 2024
@chrisdicarlo chrisdicarlo merged commit f74ec5a into main Oct 4, 2024
22 checks passed
@chrisdicarlo chrisdicarlo deleted the add-no-progress-option branch October 4, 2024 18:19
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

Successfully merging this pull request may close these issues.

[Feature Request]: CLI flag for disabling progress
1 participant