imm-0.6.0.0: Retrieve RSS/Atom feeds and write one mail per new item in a maildir.

Safe HaskellNone

Imm.Options

Description

Commandline options tools. Designed to be imported as qualified.

Synopsis

Documentation

data CliOptions Source

Available commandline options

data Action Source

Mutually exclusive actions. Default is PrintHelp.

run :: MonadBase IO m => ReaderT CliOptions m a -> m aSource

Parse commandline options, set the corresponding log level.

usage :: StringSource

Usage text (printed when using Help action)