C# Class AppHarbor.Commands.RemoveConfigCommand

Inheritance: ApplicationCommand
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
RemoveConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void

RemoveConfigCommand() public method

public RemoveConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient