CliNamerAddAlias(Command, String, String) Method

Adds an alias to a command. Tracks used names and aliases and throws if alias already exists.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public void AddAlias(
	Command command,
	string symbolName,
	string alias
)

Parameters

command  Command

[Missing <param name="command"/> documentation for "M:DotMake.CommandLine.CliNamer.AddAlias(System.CommandLine.Command,System.String,System.String)"]

symbolName  String

[Missing <param name="symbolName"/> documentation for "M:DotMake.CommandLine.CliNamer.AddAlias(System.CommandLine.Command,System.String,System.String)"]

alias  String

[Missing <param name="alias"/> documentation for "M:DotMake.CommandLine.CliNamer.AddAlias(System.CommandLine.Command,System.String,System.String)"]

See Also