File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -313,22 +313,10 @@ commandLineHandler progName isInterpreter = complicatedOptions
313
313
" Visualize your project's dependency graph using Graphviz dot"
314
314
dotCmd
315
315
dotOptsParser
316
- addCommand' " exec"
317
- " Execute a command"
318
- execCmd
319
- (execOptsParser Nothing )
320
316
addCommand' " ghc"
321
317
" Run ghc"
322
318
execCmd
323
319
(execOptsParser $ Just ExecGhc )
324
- addCommand' " ghci"
325
- " Run ghci in the context of package(s) (experimental)"
326
- ghciCmd
327
- ghciOptsParser
328
- addCommand' " repl"
329
- " Run ghci in the context of package(s) (experimental) (alias for 'ghci')"
330
- ghciCmd
331
- ghciOptsParser
332
320
addCommand' " hoogle"
333
321
" Run hoogle in the context of the current Stack config"
334
322
hoogleCmd
@@ -343,7 +331,19 @@ commandLineHandler progName isInterpreter = complicatedOptions
343
331
help " Rebuild the hoogle database" ))
344
332
)
345
333
346
- -- These two are the only commands allowed in interpreter mode as well
334
+ -- These are the only commands allowed in interpreter mode as well
335
+ addCommand' " exec"
336
+ " Execute a command"
337
+ execCmd
338
+ (execOptsParser Nothing )
339
+ addCommand' " ghci"
340
+ " Run ghci in the context of package(s) (experimental)"
341
+ ghciCmd
342
+ ghciOptsParser
343
+ addCommand' " repl"
344
+ " Run ghci in the context of package(s) (experimental) (alias for 'ghci')"
345
+ ghciCmd
346
+ ghciOptsParser
347
347
addCommand' " runghc"
348
348
" Run runghc"
349
349
execCmd
You can’t perform that action at this time.
0 commit comments