-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
stack exec --help is invalid #806
Comments
Would you mind being more specific about what is incorrect? I do see the |
I think he means the fact that |
Yes, what Chris said. |
I found while writing |
That's very strange, other subcommands seem to have working |
This is definitely buggy behavior, I was bitten by this a bit ago and got curious. I'm preparing a PR with an ugly hack that solves it, though the usability downside makes me nervous about just committing to master. |
fixes #806) Downside: usage information now looks like: Usage: stack exec [CMD -- ARGS (e.g. stack ghc -- X.hs -o x)] Notice how "CMD" is inside the square brackets. Still seems like a worthwhile tradeoff to me.
fixes #806) Downside: usage information now looks like: Usage: stack exec [CMD -- ARGS (e.g. stack ghc -- X.hs -o x)] Notice how "CMD" is inside the square brackets. Still seems like a worthwhile tradeoff to me.
See PR #903 |
The text was updated successfully, but these errors were encountered: