Table of Contents

CliNamer.GetOptionName Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets a specific option name for a symbol, or an auto generated one by using current DotMake.CommandLine.CliNamer.nameCasingConvention and DotMake.CommandLine.CliNamer.namePrefixConvention.

Auto name is generated only when current DotMake.CommandLine.CliNamer.nameAutoGenerate contains Options.

public string GetOptionName(string symbolName)

Parameters

symbolName string

Returns

string