CliCommandAttributeTreatUnmatchedTokensAsErrors Property

Gets or sets a value that indicates whether unmatched tokens should be treated as errors. For example, if set to and an extra command or argument is provided, validation will fail.

Default is .

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.7
C#
public bool TreatUnmatchedTokensAsErrors { get; set; }

Property Value

Boolean

See Also