Command(String, String) Construtor

Definição

Inicializa uma nova instância da classe Command.

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 na ajuda.

Aplica-se a