docopt.hs
docopt.hs copied to clipboard
Allowing options after positional argument
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!
That would actually be my default expectation, let me look into that.