RootCommand(String) Constructor

Definitie

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

Parameters

description
String

De beschrijving van de opdracht, weergegeven in help.

Van toepassing op