mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Move WELCOME_MESSAGE to be cli-specific
This commit is contained in:
parent
0ab49454b3
commit
e6b9446755
4 changed files with 17 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
|||
use roc_repl_cli::WELCOME_MESSAGE;
|
||||
use roc_repl_ui::SHORT_INSTRUCTIONS;
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
use std::env;
|
||||
use std::io::Write;
|
||||
use std::path::PathBuf;
|
||||
use std::process::{Command, ExitStatus, Stdio};
|
||||
|
||||
use roc_repl_ui::{SHORT_INSTRUCTIONS, WELCOME_MESSAGE};
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
|
||||
const ERROR_MESSAGE_START: char = '─';
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue