CliNamerAddAlias(Command, String) Method
Adds an alias to a command. Tracks used aliases and only adds if not already used.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.0
public void AddAlias(
Command command,
string alias
)
Parameters
- command Command
[Missing <param name="command"/> documentation for "M:DotMake.CommandLine.CliNamer.AddAlias(System.CommandLine.Command,System.String)"]
- alias String
[Missing <param name="alias"/> documentation for "M:DotMake.CommandLine.CliNamer.AddAlias(System.CommandLine.Command,System.String)"]