getoptnet icon indicating copy to clipboard operation
getoptnet copied to clipboard

Advanced GetOpt (command line parser) implementation for .Net in C#

Results 2 getoptnet issues
Sort by recently updated
recently updated
newest added

I'm trying to write tests to ensure my application behaves the way I want it to when arguments are invalid. Unfortunately, when I call PrintUsage() I get a NullReferenceException because...