CliTheme.HeadingColor Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the color used for a heading in help output.
Default is null which also means DefaultColor.
Heading is similar to:
Usage:
Arguments:
Options:
Commands:
public ConsoleColor? HeadingColor { get; init; }