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

Safe HaskellNone

System.Console.Docopt

Contents

Synopsis

Public API

Main option parsing entry points

Option lookup methods

Public Option constructor functions

type Arguments = Map Option ArgValueSource

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