다음을 통해 공유


CommandLineBuilderExtensions.EnableLegacyDoubleDashBehavior 메서드

정의

명령줄에서 이중 대시(--)를 구문 분석할 때의 동작을 결정합니다.

public static System.CommandLine.Builder.CommandLineBuilder EnableLegacyDoubleDashBehavior (this System.CommandLine.Builder.CommandLineBuilder builder, bool value = true);
static member EnableLegacyDoubleDashBehavior : System.CommandLine.Builder.CommandLineBuilder * bool -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function EnableLegacyDoubleDashBehavior (builder As CommandLineBuilder, Optional value As Boolean = true) As CommandLineBuilder

매개 변수

value
Boolean

반환

설명

true설정하면 다음 -- 의 모든 토큰이 컬렉션에 UnparsedTokens 배치됩니다. 로 false설정하면 다음 -- 의 모든 토큰은 기존 옵션과 일치하는 경우에도 명령 인수로 처리됩니다.

적용 대상