CliCommandAttributeAliases Property
Gets or sets the set of alternative strings that can be used on the command line to specify the command.
If you want to set a single alias, you can use Alias.
The aliases will be also displayed in usage help of the command line application.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.0
public string[] Aliases { get; set; }
Property Value
String