Closed jacquelynsmale closed 1 year ago
https://docs.python.org/3/library/argparse.html#choices
Note that inclusion in the choices sequence is checked after any type conversions have been performed, so the type of the objects in the choices sequence should match the type specified:
https://docs.python.org/3/library/argparse.html#choices