docopt.hs icon indicating copy to clipboard operation
docopt.hs copied to clipboard

Allowing options after positional argument

Open moll opened this issue 8 years ago • 1 comments

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!

moll avatar Jun 25 '17 15:06 moll

That would actually be my default expectation, let me look into that.

FullstackGJJ avatar Aug 02 '21 06:08 FullstackGJJ