CliHelpBuilderGetLayout Method

Gets the default sections to be written for command line help.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public virtual IEnumerable<Func<HelpContext, bool>> GetLayout(
	HelpContext helpContext
)

Parameters

helpContext  HelpContext
The help context.

Return Value

IEnumerableFuncHelpContext, Boolean
An enumerable whose elements are the FuncT, TResult instances which writes a section.

See Also