| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Connect.Options
Description
Creation date: Thu Sep 19 15:02:21 2019.
Synopsis
- data ConnectArguments = ConnectArguments {}
- type Connect = LoggingT (ReaderT ConnectArguments IO)
- connectArguments :: Parser ConnectArguments
Documentation
data ConnectArguments Source #
Arguments of connect command.
Constructors
| ConnectArguments | |
Fields
| |
connectArguments :: Parser ConnectArguments Source #
Parse arguments of connect command.