CliThemeSecondColumnColor Property

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

Default is which also means DefaultColor.

Second column is similar to:

console
Description for Argument1 [required]

Description for Option1 [default: DefaultForOption1]
Show version information
Show help and usage information

A nested level 1 sub-command

Definition

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

Property Value

NullableConsoleColor

See Also