OptionalexitOnError?: booleanWhether to exit the program on error (true by default).
OptionalexitOnStop?: booleanWhether to exit the program on StopException (true by default).
OptionalignoreUnrecognized?: booleanWhether to ignore unrecognized arguments (false by default).
Optionalname?: stringThe name of the program.
Optionalversion?: stringThe version of the program.
Configuration for the argument parser.