次の方法で共有


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

アプリケーションのルート コマンド。

適用対象