CliHelpBuilderWriteSubcommandsSection Method
            Writes a help section describing a command's subcommands.
            Similar to:
            
Commands:
  level-1  A nested level 1 sub-command
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public virtual bool WriteSubcommandsSection(
	HelpContext helpContext
)
- helpContext  HelpContext
 - The help context.
 
Boolean if section was written, 
 if section was skipped.