qr-imager-1.0.0.1: Library to generate QR codes from bytestrings and objects

Safe HaskellNone
LanguageHaskell2010

Data.QRCodes.Exe

Description

Parse options applicatively and read or write secure or non-secure QR codes.

Synopsis

Documentation

data Prog Source #

Data type for the executable comprising the command, whether to sign, whether to verify it worked, and the output filename

Constructors

Prog 

Fields

data Com Source #

Command is either read or write

Constructors

Input 
Output 

exec :: IO () Source #

main exec function

act :: Prog -> IO () Source #

Takes a Prog and returns the appropriate IO action

program :: Parser Prog Source #

Parser for the command line