evoke-0.2023.1.26: A GHC plugin to derive instances.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Evoke.Options

Synopsis

Documentation

parse :: [OptDescr a] -> [String] -> SrcSpan -> Hsc [a] Source #

Parses command line options. Adds warnings and throws errors as appropriate. Returns the list of parsed options.