C# Class Octopus.Cli.Tests.Commands.SpeakCommand

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

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