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: 2.8.2
public bool TreatUnmatchedTokensAsErrors { get; set; }
Property Value
Boolean