Create a new crate roc_repl_ui for shared CLI/web UI code

This commit is contained in:
Brian Carroll 2023-09-09 11:55:55 +01:00
parent dbf928bc46
commit 8f59ee9492
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
13 changed files with 701 additions and 8 deletions

View file

@ -48,7 +48,8 @@ pub const TIPS: &str = concatcp!(
BLUE,
"val1",
END_COL,
" in future expressions.\n\nTips:\n\n",
" in future expressions.\n\n",
"Tips:\n\n",
BLUE,
" - ",
END_COL,