commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Invalid Example

Open scottemick opened this issue 8 years ago • 0 comments

every time I get this I forget which one works and which one doesn't...this version does not. The C# example var isValid = CommandLine.Parser.Default.ParseArgumentsStrict(args, options); throws the error Severity Code Description Project File Line Suppression State Error CS1061 'Parser' does not contain a definition for 'ParseArgumentsStrict' and no extension method 'ParseArgumentsStrict' accepting a first argument of type 'Parser' could be found (are you missing a using directive or an assembly reference?) MSAccessUtil c:\users\semic\documents\visual studio 2017\Projects\MSAccessUtil\MSAccessUtil\Program.cs 14 Active

I always end up going back to ver 1.9 I think it is actually works. This is frustrating, why don't you fix the example?

scottemick avatar Aug 24 '17 18:08 scottemick