CliThemeFirstColumnColor Property

Gets or sets the color used for a first column in help output.

Default is which also means DefaultColor.

First column is similar to:

console
<argument-1>

-o, --option-1 <option-1>
-v, --version
-?, -h, --help

sub-command

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public ConsoleColor? FirstColumnColor { get; init; }

Property Value

NullableConsoleColor

See Also