共用方式為


RootCommand(String) 建構函式

定義

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

參數

description
String

命令的描述,如說明所示。

適用於