C# Class Gitty.CatFileCommand

Inheritance: Command
Show file Open project: kthompson/gitty_old

Public Methods

Method Description
CatFileCommand ( Gitty.Repository repo ) : System
PerformAction ( ) : bool
ShowUsage ( ) : void

Method Details

CatFileCommand() public method

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

PerformAction() public method

public PerformAction ( ) : bool
return bool

ShowUsage() public method

public ShowUsage ( ) : void
return void