Compartir a través de


CommandLineBuilder(Command) Constructor

Definición

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)

Parámetros

rootCommand
Command

Comando raíz de la aplicación.

Se aplica a