CliNamer.AddCommandSymbol Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Adds a command symbol which is used for auto generated or specific names/aliases.
public void AddCommandSymbol(string symbolName, string specificName = null, string specificShortAlias = null, string[] specificAliases = null)