다음을 통해 공유


CommandLineBuilderExtensions.UseTypoCorrections 메서드

정의

구문 분석 오류가 감지될 때 대체 제안을 제공하도록 애플리케이션을 구성합니다.

public static System.CommandLine.Builder.CommandLineBuilder UseTypoCorrections (this System.CommandLine.Builder.CommandLineBuilder builder, int maxLevenshteinDistance = 3);
static member UseTypoCorrections : System.CommandLine.Builder.CommandLineBuilder * int -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseTypoCorrections (builder As CommandLineBuilder, Optional maxLevenshteinDistance As Integer = 3) As CommandLineBuilder

매개 변수

builder
CommandLineBuilder

명령줄 작성기입니다.

maxLevenshteinDistance
Int32

명령줄 입력에서 감지된 오타를 기반으로 하는 제안의 최대 Levenshtein 거리입니다.

반환

의 동일한 instance.CommandLineBuilder

적용 대상