We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per title. In the Python ecosystem, -V (upper case) is usually used to display version information:
-V
❯ 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.
-v
--verbose
Consistency lowers entrance burden.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature description
Per title. In the Python ecosystem,
-V
(upper case) is usually used to display version information:-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
The text was updated successfully, but these errors were encountered: