C# Class Gitty.CatFileCommand

Inheritance: Command
Afficher le fichier Open project: kthompson/gitty_old

Méthodes publiques

Méthode Description
CatFileCommand ( Gitty.Repository repo ) : System
PerformAction ( ) : bool
ShowUsage ( ) : void

Method Details

CatFileCommand() public méthode

public CatFileCommand ( Gitty.Repository repo ) : System
repo Gitty.Repository
Résultat System

PerformAction() public méthode

public PerformAction ( ) : bool
Résultat bool

ShowUsage() public méthode

public ShowUsage ( ) : void
Résultat void