We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If your application can not 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 }