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 .
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public bool TreatUnmatchedTokensAsErrors { get; set; }
Property Value
Boolean