Command(String, String) Konstruktor

Definice

Inicializuje novou instanci třídy 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

Název příkazu.

description
String

Popis příkazu zobrazený v nápovědě

Platí pro