CommandLineParserDefaultLongArgumentNamePrefix Field

Gets the default prefix used for long argument names if the Mode property is ParsingModeLongShort.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public const string DefaultLongArgumentNamePrefix = "--"

Field Value

String
The default long argument name prefix, which is '--'.

Remarks

This constant is used as the default value of the LongArgumentNamePrefix property if no custom value was specified using the ParseOptionsLongArgumentNamePrefix property of the ParseOptionsAttributeLongArgumentNamePrefix property.

See Also