mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
The default behavior with optional arguments is to allow only a single use per invocation. One alternative is to use .nargs, but this requires previously knowing, and limiting, the quantity of values. The .append method removes the restriction on repeats for a single Argument. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu> |
||
---|---|---|
.. | ||
argparse |