Skip to content

Value not available after Pasring #107

Closed
@ericnewton76

Description

@ericnewton76

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions