C# Class Octopus.Cli.Commands.HelpCommand

Inheritance: ICommand
Exibir arquivo Open project: OctopusDeploy/Octo.exe Class Usage Examples

Public Methods

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

Private Methods

Method Description
PrintCommandHelp ( string executable, ICommand command, string commandName ) : void
PrintGeneralHelp ( string executable ) : void

Method Details

Execute() public method

public Execute ( string commandLineArguments ) : Task
commandLineArguments string
return Task

GetHelp() public method

public GetHelp ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

HelpCommand() public method

public HelpCommand ( ICommandLocator commands ) : System
commands ICommandLocator
return System