Command(String, String) コンストラクター

定義

コマンド クラスの新しいインスタンスを初期化します。

public Command (string name, string? description = default);
new System.CommandLine.Command : string * string -> System.CommandLine.Command
Public Sub New (name As String, Optional description As String = Nothing)

パラメーター

name
String

コマンドの名前。

description
String

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

適用対象