CliHelpBuilderWriteCommandUsageSection Method

Writes a help section describing a command's usage. Similar to:
console
Usage:
  TestApp <argument-1> [command] [options]

Definition

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

Parameters

helpContext  HelpContext
The help context.

Return Value

Boolean
if section was written, if section was skipped.

See Also