다음을 통해 공유


CommandLineBuilder(Command) 생성자

정의

public CommandLineBuilder (System.CommandLine.Command? rootCommand = default);
new System.CommandLine.Builder.CommandLineBuilder : System.CommandLine.Command -> System.CommandLine.Builder.CommandLineBuilder
Public Sub New (Optional rootCommand As Command = Nothing)

매개 변수

rootCommand
Command

애플리케이션의 루트 명령입니다.

적용 대상