-
-
Notifications
You must be signed in to change notification settings - Fork 158
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 short -N alias for --no-reuse-existing-virtualenvs #639
Conversation
|
@DiddiLeija @crwilcox @ktbarrett Could you review? Specifically, are we sure we want to set a precedent of using a multi-letter short option ( |
Looks fine to me, but I'm no maintainer.
The precedent is already set by a number of other options. Scrolling up a few lines shows |
That is a good point and something I missed. |
Is |
It appears that |
No objections from me :) |
I'm easy either way really it's not a dealbreaker. I just don't like the look of "short" options with more than 1 character (I know we already have some) We have a precedent for capitals with |
Sounds good. I've changed to When merging, if someone could hit the "Squash" button in the GitHub UI, I'd appreciate it. |
We only allow squashes anyway 👍🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice job thanks!
Closes #624