Skip to content

Commit a726296

Browse files
authored
Restore short option for logfile (haskell#3672)
I meant to leave the old options in place. The short option is only there for the hidden old option, so it's not shown. That means what new users see is consistent across all the options.
1 parent aff3d2e commit a726296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Ide/Arguments.hs

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ arguments plugins = GhcideArguments
149149
<> help "Send logs to a file"
150150
)) <|> (optional (strOption
151151
( long "logfile"
152+
<> short 'l'
152153
<> metavar "LOGFILE"
153154
<> help "Send logs to a file"
154155
-- deprecated alias so users don't need to update their CLI calls

0 commit comments

Comments
 (0)