Table of Contents

CliTheme.SecondColumnStyle Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets or sets the style (color and text decoration) used for a second column in help output.

Default is null which also means DefaultStyle.

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 CliStyle? SecondColumnStyle { get; init; }

Property Value

CliStyle?