CliCommandBuilderAddAlias(Command, String) Method

Adds an alias to a command. Tracks used aliases and only adds if not already used.

Definition

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

Parameters

command  Command

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

alias  String

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

See Also