| Copyright | (c) Henry J. Wylde, 2015 |
|---|---|
| License | BSD3 |
| Maintainer | public@hjwylde.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Git.Fmt
Description
Options and handler for the git-fmt command.
- data Options = Options {
- optQuiet :: Bool
- optVerbose :: Bool
- optDryRun :: Bool
- optListUgly :: Bool
- argFilePaths :: [FilePath]
- handle :: (MonadIO m, MonadLogger m) => Options -> m ()
Options
Options.
Constructors
| Options | |
Fields
| |
Handle
handle :: (MonadIO m, MonadLogger m) => Options -> m () Source
Builds the files according to the options.