CliTheme.HeadingStyle Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the style (color and text decoration) used for a heading in help output.
Default is null which also means DefaultStyle.
Heading is similar to:
Usage:
Arguments:
Options:
Commands:
public CliStyle? HeadingStyle { get; init; }