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

[ENH] - use -V instead of -v as shortform for --version #1719

Closed
pmeier opened this issue Apr 12, 2023 · 0 comments · Fixed by #1720
Closed

[ENH] - use -V instead of -v as shortform for --version #1719

pmeier opened this issue Apr 12, 2023 · 0 comments · Fixed by #1720

Comments

@pmeier
Copy link
Member

pmeier commented Apr 12, 2023

Feature description

Per title. In the Python ecosystem, -V (upper case) is usually used to display version information:

❯ python -V
Python 3.8.16
❯ pytest -V
pytest 7.2.2

-v (lower case) is usually reserved --verbose, which we currently don't have, but maybe will have in the future.

Value and/or benefit

Consistency lowers entrance burden.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants