CliCommandBuilderGetCommandName Method

Gets the command name for a property by using current NameCasingConvention.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public string GetCommandName(
	string commandName
)

Parameters

commandName  String

[Missing <param name="commandName"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.GetCommandName(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:DotMake.CommandLine.CliCommandBuilder.GetCommandName(System.String)"]

See Also