CliTheme.FirstColumnStyle Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the style (color and text decoration) used for a first column in help output.
Default is null which also means DefaultStyle.
First column is similar to:
<argument-1>
-o, --option-1 <option-1>
-v, --version
-?, -h, --help
sub-command
public CliStyle? FirstColumnStyle { get; init; }