mbug-1.2: download bugs mailboxes

Safe HaskellSafe
LanguageHaskell2010

MBug.Options

Synopsis

Documentation

options :: IO Options Source #

Parse Options datatype from command line.

data Options Source #

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 Source #

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.