mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add a gray line after each repl output
This commit is contained in:
parent
220c362671
commit
19ffa61f8f
3 changed files with 16 additions and 7 deletions
|
@ -22,7 +22,7 @@ pub const WELCOME_MESSAGE: &str = concatcp!(
|
|||
|
||||
// For when nothing is entered in the repl
|
||||
// TODO add link to repl tutorial(does not yet exist).
|
||||
pub const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n";
|
||||
pub const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n\n";
|
||||
|
||||
pub fn main() -> i32 {
|
||||
use rustyline::error::ReadlineError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue