C# Class Gitty.Command

Show file Open project: kthompson/gitty_old

Public Methods

Method Description
Command ( Gitty.Repository repo ) : System
PerformAction ( ) : bool

Performs the action.

ShowHelp ( ) : void
ShowNoRepository ( ) : void
ShowUsage ( ) : void

Method Details

Command() public method

public Command ( Gitty.Repository repo ) : System
repo Gitty.Repository
return System

PerformAction() public method

Performs the action.
public PerformAction ( ) : bool
return bool

ShowHelp() public method

public ShowHelp ( ) : void
return void

ShowNoRepository() public method

public ShowNoRepository ( ) : void
return void

ShowUsage() public method

public ShowUsage ( ) : void
return void