C# Class Octopus.Cli.Commands.HelpCommand

Inheritance: ICommand
Afficher le fichier Open project: OctopusDeploy/Octo.exe Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( string commandLineArguments ) : Task
GetHelp ( TextWriter writer ) : void
HelpCommand ( ICommandLocator commands ) : System

Private Methods

Méthode Description
PrintCommandHelp ( string executable, ICommand command, string commandName ) : void
PrintGeneralHelp ( string executable ) : void

Method Details

Execute() public méthode

public Execute ( string commandLineArguments ) : Task
commandLineArguments string
Résultat Task

GetHelp() public méthode

public GetHelp ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

HelpCommand() public méthode

public HelpCommand ( ICommandLocator commands ) : System
commands ICommandLocator
Résultat System