Closed
Description
I tried using this library in my project today. I'm able to parse the command line from the examples just fine, but found no way to access the parsed options object directly from ParserResult
.
By my coding style, I prefer not use callbacks here (i.e. WithParsed
and WithNotParsed
). I'm already able to use the Tag
property to check if parsing succeeded. Am I just missing something here or can a property exposing the parsed object be added?