We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
That would actually be my default expectation, let me look into that.
Sorry, something went wrong.
FullstackGJJ
No branches or pull requests
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:
Yet calling it with:
Thanks in advance!
The text was updated successfully, but these errors were encountered: