CliHelpBuilder Constructor
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public CliHelpBuilder(
	CliTheme theme,
	int maxWidth = -1
)
Parameters
- theme  CliTheme
 - The theme to use for help output
 - maxWidth  Int32  (Optional)
 - The maximum width in characters after which help output is wrapped.