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: 2.3.0
C#
public CliNameCasingConvention? NameCasingConvention { get; protected set; }

Property Value

NullableCliNameCasingConvention

See Also