다음을 통해 공유


CommandLineBuilderExtensions.UseParseDirective 메서드

정의

명령줄에 지정된 경우 일반 명령 처리를 단락하고 명령줄 입력에 대한 구문 분석 결과를 설명하는 다이어그램을 표시하는 지시문을 사용할 [parse] 수 있습니다.

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

매개 변수

builder
CommandLineBuilder

명령줄 작성기입니다.

errorExitCode
Nullable<Int32>

구문 분석 결과에 오류가 포함된 경우 프로세스가 종료될 때 이 종료 코드가 사용됩니다.

반환

의 동일한 instanceCommandLineBuilder.

적용 대상