Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels