ConvertFlagsToRemainingArguments Property

Gets or sets a value indicating whether or not flags found on the commnd line that would normally result in a CommandParseException being thrown during parsing with the message "Flags cannot be assigned a value." should instead be added to the remaining arguments collection.
bool ConvertFlagsToRemainingArguments { get; set; }
Containing Type
ICommandAppSettings
Property Type
bool