Describe the bug
man py incorrectly shows -list and -help options (i.e., with a single "-")
(Also, possibly a separate issue, the "synopsis" should probably show the help and list options.)
To Reproduce
$ man py
...
SYNOPSIS
py [-[X]/[X.Y]] ...
...
OPTIONS
-h/–help
Print a help message and exit; must be specified on its own.
–list List all known interpreters (except activated virtual environment); must be specified on its own.
Expected behaviour
Above should show --list and --help.
System Details (please complete the following information):
- OS: macOS 13.5 with homebrew python 3.11
- Shell: bash
- Launcher Version: 1.0.0
Describe the bug
man pyincorrectly shows-listand-helpoptions (i.e., with a single "-")(Also, possibly a separate issue, the "synopsis" should probably show the help and list options.)
To Reproduce
$
man pyExpected behaviour
Above should show
--listand--help.System Details (please complete the following information):