commercialhaskell / commercialhaskell/stack
can't tab-complete to get filenames running `stack exec` for tools
Open
awaiting pull request
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
For example, if I use stack to install hlint, as in `stack build hlint`, then I must use stack to run it, and can't just do `hlint` on its own. It would be ideal to not always need `stack exec hlint`, but even if we accept that longer command, I can't tab-complete to get filenames then. So, this is far less ideal than pre-stack situation (but I want to stick to Stack generally, not go back to cabal install or system-level stuff for tools like this).
Contributor guide
Assessment
This issue has not been assessed yet.