mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 11:14:32 +00:00
This is essential for useful docs for nargs >= 2. https://docs.python.org/dev/library/argparse.html#metavar says this about metavar and nargs: Different values of nargs may cause the metavar to be used multiple times. Providing a tuple to metavar specifies a different display for each of the arguments.