Table of Contents

CliHelpBuilder.WriteCommandArgumentsSection Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

Arguments:
<argument-1> Description for Argument1 [required]
public virtual bool WriteCommandArgumentsSection(HelpContext helpContext)

Parameters

helpContext HelpContext

The help context.

Returns

bool

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