FIX #1378 Add option for a shorter banner on GHCi startup
Add -short-ghci-banner and -long-ghci-banner. The default is long, which is the current behavior. The short banner prints a one-line introduction with only the version, web site, and ":? for help" message.
Showing
- compiler/ghci/InteractiveUI.hs 6 additions, 1 deletioncompiler/ghci/InteractiveUI.hs
- compiler/main/Main.hs 5 additions, 3 deletionscompiler/main/Main.hs
- compiler/main/StaticFlags.hs 4 additions, 0 deletionscompiler/main/StaticFlags.hs
- docs/users_guide/flags.xml 12 additions, 0 deletionsdocs/users_guide/flags.xml
Loading
Please register or sign in to comment