We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Issue by dpparekh Wednesday Jan 18, 2017 at 20:04 GMT Originally opened as gsscoder/commandline#405
I am doing the following thing in my code but there is a compile time error that Value isn't part of result.
static void Main(string[] args) { var result = Parser.Default.ParseArguments(args); var x = result.Value.SomeArg }
What am I missing?