다음을 통해 공유


RootCommand(String) 생성자

정의

public RootCommand (string description = "");
new System.CommandLine.RootCommand : string -> System.CommandLine.RootCommand
Public Sub New (Optional description As String = "")

매개 변수

description
String

도움말에 표시된 명령에 대한 설명입니다.

적용 대상