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: 3.1.1
C#
public bool IncludeCommandAliasInCommandList { get; set; }

Property Value

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

See Also