CliHelpBuilderWriteCommandArgumentsSection Method

Writes a help section describing a command's arguments. Similar to:
console
Arguments:
  <argument-1>  Description for Argument1 [required]

Definition

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

Parameters

helpContext  HelpContext
The help context.

Return Value

Boolean
if section was written, if section was skipped.

See Also