CliCommandBuilderShortFormPrefixConvention Property

Gets the prefix convention used for automatically generated short form option aliases.

Definition

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

Property Value

CliNamePrefixConvention

See Also