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

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

Git.Fmt.Options.Applicative.Parser

Contents

Description

Optparse utilities for the git-fmt command.

Synopsis

Optparse for GitFmt

gitFmtPrefs :: ParserPrefs Source

The default preferences. Limits the help output to 100 columns.

gitFmtInfo :: ParserInfo Options Source

An optparse parser of a git-fmt command.

gitFmt :: Parser Options Source

An options parser.