argparse
argparse copied to clipboard
If given, show allowed choices in help message.
Previously, the only way for the user to get a list of allowed choices was to run the command with an incorrect choice. This commit adds the list of allowed choices to the help message.