Command(String, String) Construtor

Definição

Inicializa uma nova instância da classe Comando.

public Command(string name, string? description = default);
new System.CommandLine.Command : string * string -> System.CommandLine.Command
Public Sub New (name As String, Optional description As String = Nothing)

Parâmetros

name
String

O nome do comando.

description
String

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

Aplica-se a