Table of Contents

HelpBuilder.Write Method

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

Write(HelpContext)

Writes help output for the specified command.

public virtual void Write(HelpContext context)

Parameters

context HelpContext

Write(Command, TextWriter)

Writes help output for the specified command.

public void Write(Command command, TextWriter writer)

Parameters

command Command
writer TextWriter