UsageWriter.IncludeAliasInDescription Property

Gets or sets a value indicating whether the alias or aliases of an argument should be included in the argument description..

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public bool IncludeAliasInDescription { get; set; }

Property Value

Boolean
true if the alias(es) should be included in the description; otherwise, false. The default value is true.

Remarks

For arguments that do not have any aliases, this property has no effect.

See Also