We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If your application cannot recover after a failed parsing, entrust strict parsing.
var options = new Options(); // Parse in 'strict mode', success or quit if (CommandLineParser.Default.ParseArgumentsStrict(args, options)) { // Domain logic here }