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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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