CliTheme.SynopsisColor Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the color used for the synopsis section in help output.
Default is null which also means DefaultColor.
Synopsis section is similar to:
DotMake Command-Line TestApp v1.6.0
Copyright © 2023-2024 DotMake
A root cli command with nested children
public ConsoleColor? SynopsisColor { get; init; }