mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
843e4eefb0
This code was previously moved from ::parse_args to its own method, but
has since been simplified. Moving the actual work to Argument::validate
in commit 603e87ae6 leaves a single loop that fits back into ::parse_args.
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>