docopt-0.6.0.2: A command-line interface parser that will make you smile

Safe HaskellNone
LanguageHaskell98

System.Console.Docopt

Contents

Synopsis

Public API

Main option parsing entry points

Option lookup methods

Public Option constructor functions

type Arguments = Map Option ArgValue Source

Maps each Option to all of the valued parsed from the command line (in order of last to first, if multiple values encountered)