We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack hoogle --help
1 parent e5987cd commit 8c240baCopy full SHA for 8c240ba
src/main/Main.hs
@@ -318,13 +318,14 @@ commandLineHandler progName isInterpreter = complicatedOptions
318
execCmd
319
(execOptsParser $ Just ExecGhc)
320
addCommand' "hoogle"
321
- "Run hoogle in the context of the current Stack config"
+ ("Run hoogle, the Haskell API search engine. Use 'stack exec' syntax " ++
322
+ "to pass Hoogle arguments, e.g. stack hoogle -- --count=20")
323
hoogleCmd
324
((,,) <$> many (strArgument (metavar "ARG"))
325
<*> boolFlags
326
True
327
"setup"
- "If needed: Install hoogle, build haddocks, generate a hoogle database"
328
+ "If needed: install hoogle, build haddocks and generate a hoogle database"
329
idm
330
<*> switch
331
(long "rebuild" <>
0 commit comments