CliCommandAttributeNameCasingConvention Property

Gets or sets the character casing convention to use for automatically generated command, option and argument names. This setting will be inherited by child options, child arguments and subcommands. This setting can be overriden by a subcommand in the inheritance chain.

Default is KebabCase (e.g. kebab-case).

Definition

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

Property Value

CliNameCasingConvention

See Also