penny-lib-0.2.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Infered

Penny.Zinc.Parser

Synopsis

Documentation

parser :: Runtime -> DefaultTimeZone -> RadGroup -> (Runtime -> T) -> [Report] -> Parser (IO ())Source

Parses all command line options and arguments. Returns an IO action which will print appropriate error messages if something failed, or will print a report and exit successfully if everything went well.