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

command line args for version and verbose are non-standard #1067

Closed
julie777 opened this issue Nov 29, 2019 · 1 comment · Fixed by #1080
Closed

command line args for version and verbose are non-standard #1067

julie777 opened this issue Nov 29, 2019 · 1 comment · Fixed by #1080
Labels
enhancement New feature or request

Comments

@julie777
Copy link

I don't know of a written standard, but for all the command line apps I have used
-v, --verbose is verbose output
-V, --version is version output

For example from python:
-v : verbose (trace import statements); also PYTHONVERBOSE=x
can be supplied multiple times to increase verbosity
-V : print the Python version number and exit (also --version)
when given twice, print more information about the build

$ python -V
Python 3.7.5

@timothycrosley
Copy link
Member

Thanks for reporting! This was an excellent time to raise this issue as command line flags are being reviewed for the breaking 5.0.0 release. I've updated develop to include this change which will make it out soon in 5.0.0.

Thanks!

~Timothy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants