Add missing stack for changelog parser

This commit is contained in:
Lei Zhu 2023-07-22 17:16:58 +08:00
parent d143daeb9a
commit e1d8ba869a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ changelogP =
e -> Left e
)
)
(short 't' <> long "tool" <> metavar "<ghc|cabal|hls|ghcup>" <> help
(short 't' <> long "tool" <> metavar "<ghc|cabal|hls|ghcup|stack>" <> help
"Open changelog for given tool (default: ghc)"
<> completer toolCompleter
)