RootCommand(String) Konstruktor

Definition

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

Parameter

description
String

Die Beschreibung des Befehls, der in der Hilfe angezeigt wird.

Gilt für: