opt-env-conf-0.13.0.0: Settings parsing for Haskell: command-line arguments, environment variables, and configuration values.
Safe HaskellNone
LanguageHaskell2010

OptEnvConf.Run

Synopsis

Documentation

runParserOn :: Capabilities -> Maybe TerminalCapabilities -> Parser a -> Args -> EnvMap -> Maybe Object -> IO (Either (NonEmpty ParseError) a) Source #

Run a parser on given arguments and environment instead of getting them from the current process.