mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +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" => {
|
||||
// TODO add link to repl tutorial(does not yet exist).
|
||||
println!("{}", TIPS);
|
||||
print!("\n{}", TIPS);
|
||||
}
|
||||
":exit" | ":quit" | ":q" => {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue