CliHelpBuilderCustomizeLayout Method

Customizes the layout of the help output.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.0.0
C#
public void CustomizeLayout(
	Func<HelpContext, IEnumerable<Func<HelpContext, bool>>> getLayout
)

Parameters

getLayout  FuncHelpContext, IEnumerableFuncHelpContext, Boolean
A delegate that returns the layout sections.

See Also