C# Class Versionr.Commands.Diff

Inheritance: FileCommand
Mostra file Open project: eatplayhate/versionr Class Usage Examples

Public Methods

Method Description
Run ( System workingDirectory, object options ) : bool

Protected Methods

Method Description
RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool

Private Methods

Method Description
RunInternalDiff ( string file1, string file2, bool processTabs = true ) : void

Method Details

Run() public method

public Run ( System workingDirectory, object options ) : bool
workingDirectory System
options object
return bool

RunInternal() protected method

protected RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool
ws Area
status Versionr
targets IList
options FileBaseCommandVerbOptions
return bool