-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Labels
Description
What is wrong with the docs?
Apart from the flags, --[en|dis]able-multi-repl, cabal repl --help doesn't mention, explain or give examples of multi-repl use.
cabal/cabal-install/src/Distribution/Client/CmdRepl.hs
Lines 210 to 220 in a3162da
| "Open an interactive session for a component within the project. The " | |
| ++ "available targets are the same as for the 'v2-build' command: " | |
| ++ "individual components within packages in the project, including " | |
| ++ "libraries, executables, test-suites or benchmarks. Packages can " | |
| ++ "also be specified in which case the library component in the " | |
| ++ "package will be used, or the (first listed) executable in the " | |
| ++ "package if there is no library.\n\n" | |
| ++ "Dependencies are built or rebuilt as necessary. Additional " | |
| ++ "configuration flags can be specified on the command line and these " | |
| ++ "extend the project configuration from the 'cabal.project', " | |
| ++ "'cabal.project.local' and other files." |