CliNamerGetArgumentName Method

Gets an auto or a specific argument name for a symbol by using current nameCasingConvention. Does not throw if name already exists.

Auto name is generated only when current nameAutoGenerate contains Arguments.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public string GetArgumentName(
	string symbolName,
	string specificName = null
)

Parameters

symbolName  String

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

specificName  String  (Optional)

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

Return Value

String

[Missing <returns> documentation for "M:DotMake.CommandLine.CliNamer.GetArgumentName(System.String,System.String)"]

See Also