UsageWriter.IncludeCommandAliasInCommandList Property

Gets or sets a value that indicates whether to show a command's aliases as part of the command list usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public bool IncludeCommandAliasInCommandList { get; set; }

Property Value

Boolean
true to show the command's aliases; otherwise, false. The default value is true.

See Also