By default, what SystemExit status does argparse use for an invalid value such as --count…

from Python
intermediate 1 min

By default, what SystemExit status does argparse use for an invalid value such as --count nope when type=int?

Report an error