py --list --help does not print help message #77
Locked
gaborbernat
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
So what would you expect FYI the Windows launcher errors out in one case about not recognizing the flag: $ py --list --help
unknown option --list
usage: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.496.0_x64__qbz5n2kfra8p0\python3.9.exe [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information. And says it can't find the appropriate version in the other case: $ py -0 --help
Python 0 not found!
Installed Pythons found by C:\Users\brcan\AppData\Local\Programs\Python\Launcher\py.exe Launcher for Windows
-3.9-64 *
-3.8-64
Requested Python version (0) not installed, use -0 for available pythons |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm going to go with the error scenario. Opened #80 to track this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IMHO the help message should be respected irrespective of where it's specified on the command line.
Beta Was this translation helpful? Give feedback.
All reactions