Table of Contents

HelpContext.HelpContext Constructor

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll
public HelpContext(HelpBuilder helpBuilder, Command command, TextWriter output, ParseResult parseResult = null)

Parameters

helpBuilder HelpBuilder

The current help builder.

command Command

The command for which help is being formatted.

output TextWriter

A text writer to write output to.

parseResult ParseResult

The result of the current parse operation.