Skip to content
New issue

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

Allowing options after positional argument #30

Open
moll opened this issue Jun 25, 2017 · 1 comment
Open

Allowing options after positional argument #30

moll opened this issue Jun 25, 2017 · 1 comment
Assignees
Labels

Comments

@moll
Copy link

moll commented Jun 25, 2017

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!

@FullstackGJJ FullstackGJJ self-assigned this Aug 1, 2021
@FullstackGJJ
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants