Safe Haskell | None |
---|---|
Language | Haskell2010 |
Command-line interface for generating AWS CloudFront signed cookies.
Synopsis
- main :: IO ()
- mainOpts :: Opts -> IO ()
- data Opts = Opts {}
- optsParser :: Parser Opts
- mainParserInfo :: ParserInfo (IO ())
Documentation
Parse result for the command-line arguments for signed cookie generation.
Opts | |
|
optsParser :: Parser Opts Source #
Parser for all the command-line arguments for signed cookie generation.
See Options.Applicative, info
, and execParser
to learn how to use a Parser
.
mainParserInfo :: ParserInfo (IO ()) Source #