CliThemeSynopsisColor Property

Gets or sets the color used for the synopsis section in help output.

Default is which also means DefaultColor.

Synopsis section is similar to:

console
DotMake Command-Line TestApp v1.6.0
Copyright © 2023-2024 DotMake

A root cli command with nested children

Definition

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

Property Value

NullableConsoleColor

See Also