We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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!
Activity