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.5.0
C#
public CliNameAutoGenerate? ShortFormAutoGenerate { get; protected set; }

Property Value

NullableCliNameAutoGenerate

See Also