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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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