UsageWriterUseShortNamesForSyntax Property

Gets or sets a value that indicates whether the usage syntax should use short names for arguments that have one.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public bool UseShortNamesForSyntax { get; set; }

Property Value

Boolean
to use short names for arguments that have one; otherwise, to use an empty string. The default value is .

Remarks

  Note

This property is only used when the Mode property is LongShort.

See Also