Skip to content

Commit f5d00e5

Browse files
committed
Put the :help and :exit words back in the REPL line
Found a way to fit all the chars
1 parent 1c0b433 commit f5d00e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/terminal/src/Repl.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ printWelcomeMessage =
328328
D.toAnsi IO.stdout $
329329
D.vcat
330330
[ D.black "----" <+> D.dullcyan title <+> D.black (D.fromString dashes)
331-
, D.black $ D.fromString $ "Read " <> D.makeLink "repl" <> " to learn more: exit, help, imports, etc."
331+
, D.black $ D.fromString $ "Say :help for help and :exit to exit! More at " <> D.makeLink "repl"
332332
, D.black "--------------------------------------------------------------------------------"
333333
, D.empty
334334
]

0 commit comments

Comments
 (0)