Table of Contents

Class ParseResult

Namespace
McMaster.Extensions.CommandLineUtils.Abstractions
Assembly
McMaster.Extensions.CommandLineUtils.dll

The result of parsing command line arguments.

public class ParseResult
Inheritance
object
ParseResult

Constructors

ParseResult(CommandLineApplication)

Initializes ParseResult.

public ParseResult(CommandLineApplication selectedCommand)

Parameters

selectedCommand CommandLineApplication

The command selected for execution.

Properties

SelectedCommand

The application or subcommand that matches the command line arguments.

public CommandLineApplication SelectedCommand { get; set; }

Property Value

CommandLineApplication