Table of Contents

CliHelpBuilder.WriteCommandUsageSection Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

Usage:
TestApp <argument-1> [command] [options]
public virtual bool WriteCommandUsageSection(HelpContext helpContext)

Parameters

helpContext HelpContext

The help context.

Returns

bool

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