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

Suppress verbose pip install #897

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ShreyaR
Copy link
Collaborator

@ShreyaR ShreyaR commented Jul 9, 2024

Changed:

  • Replaced --quiet/-q flag with --verbose/-v flag during install. Not supplying --verbose implies a quiet install (default behavior)

@CalebCourier
Copy link
Collaborator

With how this is implemented currently, this would be a breaking change. Do we want to have the quiet and verbose flags side by side? Or should we hold this change for 0.6.0?

@AlejandroEsquivel
Copy link
Contributor

With how this is implemented currently, this would be a breaking change. Do we want to have the quiet and verbose flags side by side? Or should we hold this change for 0.6.0?

Since it's not too much of a pain to support both, might not be worth introducing breaking change. I will update to support side by side 👍🏼

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.

4 participants