CliOptionAttributeAliases Property

Gets or sets the set of alternative strings that can be used on the command line to specify the option.

The aliases will be also displayed in usage help of the command line application.

When manually setting an alias, you should specify the option name including the prefix (e.g. --option, -option or /option)

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.7
C#
public string[] Aliases { get; set; }

Property Value

String

See Also