Optional
exitOnError?: booleanWhether to exit the program on error (true by default).
Optional
exitOnStop?: booleanWhether to exit the program on StopException (true by default).
Optional
ignoreUnrecognized?: booleanWhether to ignore unrecognized arguments (false by default).
Optional
name?: stringThe name of the program.
Optional
version?: stringThe version of the program.
Configuration for the argument parser.