UsageWriterIncludeCommandAliasInCommandList 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: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public bool IncludeCommandAliasInCommandList { get; set; }

Property Value

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

See Also