Метод | Описание | |
---|---|---|
Execute ( List |
Executes the command.
|
Метод | Описание | |
---|---|---|
Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System |
Initializes a new instance of the Command class.
|
protected Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System | ||
flags | CommandFlags | Command flags. |
name | string | The command's name. |
description | string | The command's description. |
usage | string | The command's usage string. |
helpMessage | string | The command's help message. |
Результат | System |
public abstract Execute ( List |
||
args | List |
The command arguments. |
Результат | bool |