Share via


RootCommand(String) コンストラクター

定義

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

パラメーター

description
String

ヘルプに示されているコマンドの説明。

適用対象