Closed
Description
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.