CliHelpBuilderWriteAdditionalArgumentsSection Method

Writes a help section describing a command's additional arguments, typically shown only when TreatUnmatchedTokensAsErrors is set to .

Definition

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

Parameters

helpContext  HelpContext
The help context.

Return Value

Boolean
if section was written, if section was skipped.

See Also