Stack: Stack verbs inconsistency

Created on 15 May 2019  路  2Comments  路  Source: commercialhaskell/stack

Please follow the steps below for reporting a bug:

stack build & stack path give contradictory information about `--local-bin/--local-bin-path

Steps to reproduce

stack path gives this information about --local-bin-path:

$ stack path --local-bin-path

'--local-bin-path' will be removed in a future release.
Please use '--local-bin' instead.

/home/user/.local/bin

So I try to use like this in stack build:

$ stack build --copy-bins --local-bin ${PWD}
Invalid option `--local-bin'

Not a big bug at all.
Thank you.

help wanted newcomer friendly

Most helpful comment

Yes, I'll give it a shot. Thanks.

All 2 comments

Nice catch. Interested in sending a PR to update the reported information for this?

Yes, I'll give it a shot. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bitemyapp picture bitemyapp  路  3Comments

jwaldmann picture jwaldmann  路  4Comments

abhinav picture abhinav  路  4Comments

srghma picture srghma  路  3Comments

fizruk picture fizruk  路  3Comments