CliTheme(CliTheme) Constructor

Initializes a new instance of the CliTheme class with a base theme to override.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CliTheme(
	CliTheme baseTheme
)

Parameters

baseTheme  CliTheme
The base theme to override.

See Also