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
python -m webbrowser --help option --help not recognized Usage: /usr/lib64/python3.11/webbrowser.py [-n | -t] url -n: open new window -t: open new tab
I would expect any command to provide a -h / --help option. OK, the effect is about the same, but "option --help not recognized" is a bit surprising.
-h / --help
The text was updated successfully, but these errors were encountered:
gh-101313: Add -h and --help arguments to the webbrowser module (gh-1…
3d7eb66
…01374)
pythongh-101313: Add -h and --help arguments to the webbrowser module (…
f0e9319
…pythongh-101374)
d9c2c9a
No branches or pull requests
I would expect any command to provide a
-h / --helpoption. OK, the effect is about the same, but "option --help not recognized" is a bit surprising.Linked PRs
The text was updated successfully, but these errors were encountered: