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

Current master prints help text instead of error #47

Closed
nh2 opened this issue Jun 12, 2013 · 3 comments
Closed

Current master prints help text instead of error #47

nh2 opened this issue Jun 12, 2013 · 3 comments

Comments

@nh2
Copy link
Contributor

nh2 commented Jun 12, 2013

optparse-applicative-0.5.2.1:

% ./program --my-option=asdf
program: Cannot parse value

optparse-applicative-0.6.0:

% ./program --my-option=asdf
Usage: program [--my-option ARG]

Something eats the error message.

@pcapriotti
Copy link
Owner

I cannot seem to reproduce that, can you show me the code for program?

@pcapriotti
Copy link
Owner

Nevermind, I found the problem. Should be fixed now.

@nh2
Copy link
Contributor Author

nh2 commented Oct 12, 2013

Very cool.

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

No branches or pull requests

2 participants