argparser-0.3.2: Command line parsing framework for console applications

Portabilityportable
Stabilityunstable
Maintainersimon.bergot@gmail.com
Safe HaskellSafe-Inferred

System.Console.ArgParser.Format

Contents

Description

Module containing helpers to print information about a parser.

Synopsis

Print information about the parser

showCmdLineAppUsage :: CmdLineFormat -> CmdLnInterface a -> StringSource

Prints a long usage such as

   foo bar [bay]

showCmdLineVersion :: CmdLnInterface a -> StringSource

Prints the application name and version

Help formatting

data CmdLineFormat Source

Specification of the help layout

defaultFormat :: CmdLineFormatSource

Default specification for the help layout