haskell / haskell/haskell-language-server
Unify `Arguments` parsing of exe:ghcide and exe:haskell-language-server
Open
Hackathon
level: easy
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
The cli argument parsing for `exe:ghcide` and `exe:haskell-language-server` are very similar but separate.
I think it would be better if we extracted out a common argument parser and use the same argument parser for ghcide and haskell-language-server.
This should be reasonably simple, it requires some extraction of `ghcide` types from `Arguments` so that it can be used in `exe:ghcide` and `exe:haskell-language-server` as well
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.