Options
data Options Source #
Command-line arguments
Constructors
Fields
getOptionsFromArgv :: IO Options Source #
usageMessage :: String Source #
newtype Config Source #
Defined in Options
Methods
parseJSON :: Value -> Parser Config #
parseJSONList :: Value -> Parser [Config] #
Associated Types
type Rep Config :: Type -> Type #
from :: Config -> Rep Config x #
to :: Rep Config x -> Config #
showsPrec :: Int -> Config -> ShowS #
show :: Config -> String #
showList :: [Config] -> ShowS #
(==) :: Config -> Config -> Bool #
(/=) :: Config -> Config -> Bool #
initConfig :: Config Source #