RootCommand(String) Construtor

Definição

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

Parâmetros

description
String

A descrição do comando, mostrada em ajuda.

Aplica-se a