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