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: 2.3.0
C#
public CliNamePrefixConvention? ShortFormPrefixConvention { get; protected set; }

Property Value

NullableCliNamePrefixConvention

See Also