CliTheme.SecondColumnColor Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the color used for a second column in help output.
Default is null which also means DefaultColor.
Second column is similar to:
Description for Argument1 [required]
Description for Option1 [default: DefaultForOption1]
Show version information
Show help and usage information
A nested level 1 sub-command
public ConsoleColor? SecondColumnColor { get; init; }