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: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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