Метод | Описание | |
---|---|---|
CommandHelpWriter ( ILogger logger ) : System | ||
WriteArgumentList ( |
Writes out the list of arguments for the given arguments Type.
|
|
WriteArgumentSyntax ( |
Writes out the argument syntax for the given arguments Type.
|
|
WriteCommandHelp ( ICommand command, string executableName ) : void |
Writes out the help verbiage for the given command.
|
|
WriteCommandList ( IEnumerable |
Writes out a list of the given command names and descriptions.
|
Метод | Описание | |
---|---|---|
IsOptional ( ICustomAttributeProvider property ) : bool |
Returns True/False whether the given property is optional.
|
public CommandHelpWriter ( ILogger logger ) : System | ||
logger | ILogger | |
Результат | System |
public WriteArgumentList ( |
||
argumentsType | ||
Результат | void |
public WriteArgumentSyntax ( |
||
argumentsType | ||
Результат | void |
public WriteCommandHelp ( ICommand command, string executableName ) : void | ||
command | ICommand | |
executableName | string | |
Результат | void |
public WriteCommandList ( IEnumerable |
||
commands | IEnumerable |
|
Результат | void |