CliHelpBuilderGetLayout Method
Gets the default sections to be written for command line help.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.6
public virtual IEnumerable<Func<HelpContext, bool>> GetLayout(
HelpContext helpContext
)
- helpContext HelpContext
- The help context.
IEnumerableFuncHelpContext,
BooleanAn enumerable whose elements are the
FuncT, TResult instances which writes a section.