Anthony Langsworth

Results 3 comments of Anthony Langsworth

This appears to be fixed in the master branch, @SuperFXMaster and @nemec . I cannot reproduce the issue. Please let me know if I am incorrect.

This appears to be fixed in the master branch, @ptylenda . I cannot reproduce the issue. Please let me know if I am incorrect.

Unfortunately, this appears to be by design, @ptylenda . Take the following example: ``` [Option('e', "engineering")] public bool Engineering { get; set; } [Value(0)] public int Count { get; set;...