mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix :help newline
This commit is contained in:
parent
f85c10c4bb
commit
ba6457779d
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ pub fn main() -> io::Result<()> {
|
||||||
}
|
}
|
||||||
":help" => {
|
":help" => {
|
||||||
// TODO add link to repl tutorial(does not yet exist).
|
// TODO add link to repl tutorial(does not yet exist).
|
||||||
println!("{}", TIPS);
|
print!("\n{}", TIPS);
|
||||||
}
|
}
|
||||||
":exit" | ":quit" | ":q" => {
|
":exit" | ":quit" | ":q" => {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue