Hey,
Does this Haskell version of Docopt allow passing options after positional arguments, too? My first crack at it seemed not to.
That's something like specifying the following:
Usage: codebase [options] <file>
Yet calling it with:
codebase foo -O public/foo
Thanks in advance!