CliNamerAddShortFormAlias(Command, String, String) Method

Adds an auto or a specific short form alias for a command name for a property by using current nameCasingConvention.

Auto short form alias is added only when current shortFormAutoGenerate contains Commands and it is shorter than command name.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public void AddShortFormAlias(
	Command command,
	string symbolName,
	string specificAlias = null
)

Parameters

command  Command

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

symbolName  String

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

specificAlias  String  (Optional)

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

See Also