Command(String, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Nazwa polecenia.

description
String

Opis polecenia pokazany w pomocy.

Dotyczy