mbug-1.3: download bugs mailboxes

Safe HaskellSafe
LanguageHaskell2010

MBug.Options

Synopsis

Documentation

options :: IO Options #

Parse Options datatype from command line.

data Options #

This datatype represent contains all information, that control operation of program: what information to input, how to process it, where to output it.

Constructors

Options 

Fields

showFolderMH :: FolderMH -> String #

Convert FolderMH value into String. The output is formatted like programs from mh(7) suite would expect, and does not look like automatically generated Show instance.

String datatype is used, since it is part of Options.Applicative module API.