CliCommandAttributeNamePrefixConvention Property

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

Default is DoubleHyphen (e.g. --option).

Definition

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

Property Value

CliNamePrefixConvention

See Also