hbro-1.1.2.0: Minimal KISS compliant browser

Safe HaskellNone

Hbro.Options

Description

Commandline options tools. Designed to be imported as qualified.

Synopsis

Documentation

data CliOptions Source

Available commandline options (cf hbro -h).

usage :: StringSource

Usage text (cf hbro -h)

get :: MonadBase IO m => m CliOptionsSource

Get and parse commandline options

getSocketURI :: (MonadBase IO m, OptionsReader m) => m StringSource

Return socket URI used by this instance

getUIFile :: (MonadBase IO m, OptionsReader m) => m FilePathSource

Return UI descriptor (XML file) used to build the GUI