| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.Server.Init.Arg
Synopsis
- parseHgeOpts :: EnabledLogTypes impl => Parser (HGEOptionsRaw (ServeOptionsRaw impl))
- parsePostgresConnInfo :: Parser (PostgresConnInfo (Maybe PostgresConnInfoRaw))
- retriesNumOption :: Option ()
- databaseUrlOption :: Option ()
- parseMetadataDbUrl :: Parser (Maybe String)
- metadataDbUrlOption :: Option ()
- mainCmdFooter :: Doc
Documentation
parseHgeOpts :: EnabledLogTypes impl => Parser (HGEOptionsRaw (ServeOptionsRaw impl)) Source #
The Main Arg Parser. It constructs a HGEOptionsRaw term:
- '(Config.PostgresConnInfo (Maybe PostgresConnInfoRaw))' - The DB connection.
2: 'Maybe String' - Representing the metadata connection.
3:
HGECommanda- The result of the supplied Subcommand.
retriesNumOption :: Option () Source #
databaseUrlOption :: Option () Source #
metadataDbUrlOption :: Option () Source #
mainCmdFooter :: Doc Source #