Long lines
This commit is contained in:
parent
a7ecab4ae7
commit
886117bc53
1 changed files with 5 additions and 4 deletions
|
@ -270,10 +270,11 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
|
|||
//rl::clear();
|
||||
}
|
||||
~"help" => {
|
||||
io::println(~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
||||
~":clear - clear the screen\n" +
|
||||
~":exit - exit from the repl\n" +
|
||||
~":help - show this message");
|
||||
io::println(
|
||||
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
||||
~":clear - clear the screen\n" +
|
||||
~":exit - exit from the repl\n" +
|
||||
~":help - show this message");
|
||||
}
|
||||
~"{" => {
|
||||
let mut multiline_cmd = ~"";
|
||||
|
|
Loading…
Add table
Reference in a new issue