restyler-0.2.0.0
Safe HaskellNone
LanguageHaskell2010

Restyler.RestylerResult

Synopsis

Documentation

data RestylerResult Source #

Constructors

RestylerResult 

Fields

Instances

Instances details
Display RestylerResult Source # 
Instance details

Defined in Restyler.RestylerResult

noPathsRestylerResult :: Restyler -> RestylerResult Source #

A RestylerResult indicating there were no paths to restyle

getRestylerResult :: HasGit env => Restyler -> RIO env RestylerResult Source #

Build a RestylerResult based on what git says

N.B. This will create commits if appropriate.

restylerCommittedChanges :: RestylerResult -> Bool Source #

Does this RestylerResult indicate changes were comitted?