Table of Contents

CliHelpBuilder.CliHelpBuilder Constructor

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Initializes a new instance of the CliHelpBuilder class.

public CliHelpBuilder(CliTheme theme, int maxWidth = -1)

Parameters

theme CliTheme

The theme to use for help output

maxWidth int

The maximum width in characters after which help output is wrapped.