X Tutup
The Wayback Machine - https://web.archive.org/web/20240503094149/https://github.com/python/cpython/issues/101313
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

webbrowser CLI has no --help? #101313

Closed
jeanas opened this issue Jan 25, 2023 · 0 comments
Closed

webbrowser CLI has no --help? #101313

jeanas opened this issue Jan 25, 2023 · 0 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@jeanas
Copy link
Contributor

jeanas commented Jan 25, 2023

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.

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants
X Tutup