CliHelpBuilderWriteSubcommandsSection Method

Writes a help section describing a command's subcommands. Similar to:
console
Commands:
  level-1  A nested level 1 sub-command

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public virtual bool WriteSubcommandsSection(
	HelpContext helpContext
)

Parameters

helpContext  HelpContext
The help context.

Return Value

Boolean
if section was written, if section was skipped.

See Also