CliCommandBuilderNameCasingConvention Property

Gets the character casing convention to use for automatically generated names of commands, directives, options and arguments.

Definition

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

Property Value

NullableCliNameCasingConvention

See Also