CliNamer.GetArgumentName Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets an auto or a specific argument name for a symbol by using current DotMake.CommandLine.CliNamer.nameCasingConvention. Does not throw if name already exists.
Auto name is generated only when current DotMake.CommandLine.CliNamer.nameAutoGenerate contains Arguments.
public string GetArgumentName(string symbolName, string specificName = null)