Class ParseResult
The result of parsing command line arguments.
Inheritance
System.Object
ParseResult
Namespace: McMaster.Extensions.CommandLineUtils.Abstractions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public class ParseResult
Properties
| Improve this Doc View SourceSelectedCommand
The application or subcommand that matches the command line arguments.
Declaration
public CommandLineApplication SelectedCommand { get; set; }
Property Value
Type | Description |
---|---|
CommandLineApplication |