Property AllowSpaceDelimitedValue
AllowSpaceDelimitedValue
Gets or sets a value indicating whether the option allows a space delimited value
Declaration
public bool AllowSpaceDelimitedValue { get; set; }
Property Value
public bool AllowSpaceDelimitedValue { get; set; }
Boolean |
Remarks
Normally an option followed by a space is treated as a boolean flag and a distinct positional argument. Setting this to true will allow treating the positional argument as the value for the item.
note
Setting this makes the value required such that an exception is generated if the option is followed by another option or the end of the command line