CliHelpBuilder.CustomizeLayout Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Customizes the layout of the help output.
public void CustomizeLayout(Func<HelpContext, IEnumerable<Func<HelpContext, bool>>> getLayout)
Parameters
getLayoutFunc<HelpContext, IEnumerable<Func<HelpContext, bool>>>A delegate that returns the layout sections.