CliSettingsTheme Property

Gets or sets the theme used by the Cli. These color and formatting option are mainly used by the help output.

Default is Default.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CliTheme Theme { get; set; }

Property Value

CliTheme

See Also