Skip to content
New issue

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

Remove duplicate help messages & format CRLF to LF #2709

Merged
merged 2 commits into from Feb 13, 2022

Conversation

July541
Copy link
Collaborator

@July541 July541 commented Feb 13, 2022

This pr includes:

  1. close Duplicate entry in lsp --help #2703, it is because getArguments binds helper for all parser:
    opts = info ((
    VersionMode <$> printVersionParser exeName
    <|> probeToolsParser exeName
    <|> listPluginsParser
    <|> BiosMode <$> biosParser
    <|> Ghcide <$> arguments plugins
    <|> flag' PrintLibDir (long "print-libdir" <> help ("Print project GHCs libdir"))
    )
    <**> helper)
  2. Restore LF format

Copy link
Collaborator

@pepeiborra pepeiborra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pepeiborra pepeiborra merged commit ec5f235 into haskell:master Feb 13, 2022
@July541 July541 deleted the duplicate-help branch February 14, 2022 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate entry in lsp --help
2 participants