ConvertFlagsToRemainingArguments Property
Gets or sets a value indicating whether or not flags found on the command 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; }
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandAppSettings
- Property Type
- bool