Class ParseResult
- Namespace
- McMaster.Extensions.CommandLineUtils.Abstractions
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
The result of parsing command line arguments.
public class ParseResult
- Inheritance
-
objectParseResult
Constructors
ParseResult(CommandLineApplication)
Initializes ParseResult.
public ParseResult(CommandLineApplication selectedCommand)
Parameters
selectedCommandCommandLineApplicationThe command selected for execution.
Properties
SelectedCommand
The application or subcommand that matches the command line arguments.
public CommandLineApplication SelectedCommand { get; set; }