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
helpContextHelpContextThe help context.