ghc-mod-5.8.0.0: Happy Haskell Hacking

Safe HaskellNone
LanguageHaskell2010

GhcMod.Options.Options

Synopsis

Documentation

globalArgSpec :: Parser Options Source #

An optparse-applicative Parser sepcification for Options so that applications making use of the ghc-mod API can have a consistent way of parsing global options.

parseCmdLineOptions :: [String] -> Maybe Options Source #

Parse a set of arguments according to the ghc-mod CLI flag spec, producing Options set accordingly.