Dynamically generate --help
output to list all possible version completions
#83
brettcannon
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
See #66 on how making |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
As of right now, the output from
--help
simply lists the pattern used to specify versions:python-launcher/src/HELP.txt
Lines 8 to 11 in a267694
But there actually isn't anything preventing the dynamic calculation of potential executables (as used by
--list
), and then dynamically list all possible values, e.g.:Beta Was this translation helpful? Give feedback.
All reactions