CliResultParseResult Property

Get the results of parsing a command line input based on a specific parser configuration.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.6
C#
public ParseResult ParseResult { get; }

Property Value

ParseResult

See Also