CliHelpBuilder Constructor

Initializes a new instance of the CliHelpBuilder class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CliHelpBuilder(
	CliTheme theme,
	int maxWidth = 2147483647
)

Parameters

theme  CliTheme
The theme to use for help output
maxWidth  Int32  (Optional)
The maximum width in characters after which help output is wrapped.

See Also