CliCommandBuilderShortFormAutoGenerate Property

Gets a value which indicates whether short form aliases are automatically generated names of commands and options.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public CliNameAutoGenerate? ShortFormAutoGenerate { get; protected set; }

Property Value

NullableCliNameAutoGenerate

See Also