CliCommandBuilderNameAutoGenerate Property

Gets a value which indicates whether names are automatically generated for commands, directives, options and arguments.

Definition

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

Property Value

NullableCliNameAutoGenerate

See Also