Compartir a través de


HelpContext(HelpBuilder, Command, TextWriter, ParseResult) Constructor

Definición

public HelpContext (System.CommandLine.Help.HelpBuilder helpBuilder, System.CommandLine.Command command, System.IO.TextWriter output, System.CommandLine.Parsing.ParseResult? parseResult = default);
new System.CommandLine.Help.HelpContext : System.CommandLine.Help.HelpBuilder * System.CommandLine.Command * System.IO.TextWriter * System.CommandLine.Parsing.ParseResult -> System.CommandLine.Help.HelpContext
Public Sub New (helpBuilder As HelpBuilder, command As Command, output As TextWriter, Optional parseResult As ParseResult = Nothing)

Parámetros

helpBuilder
HelpBuilder

El generador de ayuda actual.

command
Command

Comando para el que se está aplicando formato a la ayuda.

output
TextWriter

Escritor de texto en el que se va a escribir la salida.

parseResult
ParseResult

Resultado de la operación de análisis actual.

Se aplica a