git-fmt-0.2.0.1: Custom git command for formatting code.

Copyright(c) Henry J. Wylde, 2015
LicenseBSD3
Maintainerpublic@hjwylde.com
Safe HaskellNone
LanguageHaskell2010

Git.Fmt

Contents

Description

Options and handler for the git-fmt command.

Synopsis

Options

data Options Source

Options.

Constructors

Options 

data Chatty Source

Chattyness level.

Constructors

Default 
Quiet 
Verbose 

data Mode Source

Run mode.

Constructors

Normal 
DryRun 

Handle

handle :: (MonadIO m, MonadLogger m, MonadMask m, MonadParallel m) => Options -> m () Source

Builds the files according to the options.