RootCommand(String) Constructor

Definition

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

Parameters

description
String

The description of the command, shown in help.

Applies to