Edit

Share via


CommandLineBuilder(Command) Constructor

Definition

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)

Parameters

rootCommand
Command

The root command of the application.

Applies to