Skip to content

Value not available after Pasring #405

Open
@dpparekh

Description

@dpparekh

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions