CliCommandAttribute.NameCasingConvention Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the character casing convention to use for automatically generated names of commands, directives, options and arguments.
This setting will be inherited by subcommands. This setting can be overriden by a subcommand in the inheritance chain.
Default is KebabCase (e.g. kebab-case).
public CliNameCasingConvention NameCasingConvention { get; set; }