CliNamerAddShortFormAlias(Command, String, Boolean) Method

Adds a short form alias for a command name for a property by using current nameCasingConvention.

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.5.0
C#
public void AddShortFormAlias(
	Command command,
	string baseName,
	bool isSpecificName
)

Parameters

command  Command

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

baseName  String

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

isSpecificName  Boolean

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

See Also