CliHelpBuilderCustomizeLayout Method
            Customizes the layout of the help output.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public void CustomizeLayout(
	Func<HelpContext, IEnumerable<Func<HelpContext, bool>>> getLayout
)
Parameters
- getLayout  FuncHelpContext, IEnumerableFuncHelpContext, Boolean
 - A delegate that returns the layout sections.