HelpContext.HelpContext Constructor
Definition
- Namespace
- DotMake.CommandLine.Help
- Assembly
- DotMake.CommandLine.dll
public HelpContext(HelpBuilder helpBuilder, Command command, TextWriter output, ParseResult parseResult = null)
Parameters
helpBuilderHelpBuilderThe current help builder.
commandCommandThe command for which help is being formatted.
outputTextWriterA text writer to write output to.
parseResultParseResultThe result of the current parse operation.