Table of Contents

CliHelpBuilder.WriteSubcommandsSection Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Writes a help section describing a command's subcommands. Similar to:

Commands:
level-1 A nested level 1 sub-command
public virtual bool WriteSubcommandsSection(HelpContext helpContext)

Parameters

helpContext HelpContext

The help context.

Returns

bool

true if section was written, false if section was skipped.