CliHelpBuilder.GetLayout Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets the default sections to be written for command line help.
public virtual IEnumerable<Func<HelpContext, bool>> GetLayout(HelpContext helpContext)
Parameters
helpContextHelpContextThe help context.
Returns
- IEnumerable<Func<HelpContext, bool>>
An enumerable whose elements are the Func<T, TResult> instances which writes a section.