DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Short
Form
Auto
Generate 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#
Copy
public
CliNameAutoGenerate
?
ShortFormAutoGenerate
{
get
;
protected
set
; }
Property Value
Nullable
CliNameAutoGenerate
See Also
Reference
CliCommandBuilder Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also