CliCommandAttribute.Alias Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the set of an alternative string that can be used on the command line to specify the command. When set, this will override the auto-generated short form alias.
If you want to set multiple aliases, you can use Aliases.
The aliases will be also displayed in usage help of the command line application.
public string Alias { get; set; }