Compartir a través de


CommandLineBuilderExtensions.UseParseErrorReporting Método

Definición

Configura la línea de comandos para escribir información de error en el error estándar cuando hay errores que analizan la entrada de la línea de comandos.

public static System.CommandLine.Builder.CommandLineBuilder UseParseErrorReporting (this System.CommandLine.Builder.CommandLineBuilder builder, int? errorExitCode = default);
static member UseParseErrorReporting : System.CommandLine.Builder.CommandLineBuilder * Nullable<int> -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseParseErrorReporting (builder As CommandLineBuilder, Optional errorExitCode As Nullable(Of Integer) = Nothing) As CommandLineBuilder

Parámetros

builder
CommandLineBuilder

Generador de líneas de comandos.

errorExitCode
Nullable<Int32>

Código de salida que se va a usar cuando se producen errores del analizador.

Devoluciones

La misma instancia de CommandLineBuilder.

Se aplica a