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
$ stack --version Version 0.1.2.7, Git revision 7befa5caad720cb8859a04efda3b304e13cbf8c9
Ideally, all of the following would produce the same result:
stack build -j 5 -fdev
stack -j 5 build -fdev
stack -fdev build -j 5
stack build -j 5 --flag learnyou:dev
stack build --flag learnyou:dev -j 5
Stack's argument parser only accepts the last one. The order really shouldn't matter.
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #519.
Sorry, something went wrong.
No branches or pull requests
Ideally, all of the following would produce the same result:
stack build -j 5 -fdev
stack -j 5 build -fdev
stack -fdev build -j 5
stack build -j 5 --flag learnyou:dev
stack build --flag learnyou:dev -j 5
Stack's argument parser only accepts the last one. The order really shouldn't matter.
The text was updated successfully, but these errors were encountered: