Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.CloudFront.SignedCookies.CLI.Decode
Description
Command-line interface for decoding AWS CloudFront policy 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 cookie decoding.
Constructors
Opts | |
Fields
|
optsParser :: Parser Opts Source #
Parser for all of the command-line arguments for cookie decoding.
See Options.Applicative, info
, and execParser
to learn how to use a Parser
.
mainParserInfo :: ParserInfo (IO ()) Source #