Table of Contents

CliTheme.FirstColumnColor Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

Default is nullwhich also means DefaultColor.

First column is similar to:

<argument-1>

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

sub-command
public ConsoleColor? FirstColumnColor { get; init; }

Property Value

ConsoleColor?