-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Hide global options for subcommands unless --verbose #5746
Conversation
Filled an issue about easy "development environment setup" #5747 |
Figured out how to run
|
Okay, this is broken right now.
|
Looks like the problem is with current master. Removing |
Ok. That's a duplicate of #5433. There is no problem with this PR - it is ready to be merged. |
This omits global options for subcommands help unless explicitly requested with -v --verbose
This can be merged now. |
Thanks for rebasing this @techtonik! There's #5399 for having a discussion on this specific topic so if there's consensus that this is the approach we want to take, we'll proceed. :) |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Thanks for filing this @techtonik! This is still up for discussion but I'm gonna close this PR since it's bitrotten. We can continue the discussion on this on the issue and come back to this once we have a decision. |
Rebased #4433, which got bitrotten again.
I just rebased it. Need more time to see how can I run
pip
from checkout to test that nothing is broken during rebase. https://pip.pypa.io/en/stable/development/ is pretty silent about that.