C# Class AppHarbor.GitCommand

Inheritance: IGitCommand
Show file Open project: appharbor/appharbor-cli

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( string command ) : IList
GitCommand ( ) : System

Method Details

Execute() public method

public Execute ( string command ) : IList
command string
return IList

GitCommand() public method

public GitCommand ( ) : System
return System