CliCommandAttributeShortFormAutoGenerate Property
Gets or sets a value which indicates whether short form aliases are automatically generated for options.
Short forms typically have a leading delimiter followed by a single character (e.g.
-o or
--o or
/o).
Default delimiter (e.g.
-o) is changed via
ShortFormPrefixConvention.
This setting will be inherited by child options and subcommands.
This setting can be overriden by a subcommand in the inheritance chain.
Default is .
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public bool ShortFormAutoGenerate { get; set; }
Property Value
Boolean