Compartir vía


RootCommand(String) Constructor

Definición

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

Parámetros

description
String

Descripción del comando, que se muestra en la ayuda.

Se aplica a