mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29: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
|
@ -20,6 +20,18 @@ use target_lexicon::Triple;
|
|||
|
||||
use crate::cli_gen::eval_llvm;
|
||||
|
||||
pub const WELCOME_MESSAGE: &str = concatcp!(
|
||||
"\n The rockin’ ",
|
||||
BLUE,
|
||||
"roc repl",
|
||||
END_COL,
|
||||
"\n",
|
||||
PINK,
|
||||
"────────────────────────",
|
||||
END_COL,
|
||||
"\n\n"
|
||||
);
|
||||
|
||||
#[derive(Completer, Helper, Hinter, Default)]
|
||||
pub struct ReplHelper {
|
||||
validator: InputValidator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue