CliCommandBuilderNameCasingConvention Property

Gets the character casing convention used for automatically generated command, option and argument names.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CliNameCasingConvention NameCasingConvention { get; protected set; }

Property Value

CliNameCasingConvention

See Also