dojang-0.2.1: A cross-platform dotfiles manager
Safe HaskellNone
LanguageHaskell2010

Dojang.Commands.Diff

Documentation

data DiffMode Source #

Constructors

Both 
Source 
Destination 

Instances

Instances details
Show DiffMode Source # 
Instance details

Defined in Dojang.Commands.Diff

diff :: forall (i :: Type -> Type). (MonadFileSystem i, MonadIO i) => DiffMode -> Maybe OsPath -> [OsPath] -> App i ExitCode Source #