Table of Contents

CliTheme.CliTheme Constructor

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

CliTheme()

Initializes a new instance of the CliTheme class.

public CliTheme()

CliTheme(CliTheme)

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

public CliTheme(CliTheme baseTheme)

Parameters

baseTheme CliTheme

The base theme to override.