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();
|
//rl::clear();
|
||||||
}
|
}
|
||||||
~"help" => {
|
~"help" => {
|
||||||
io::println(~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
io::println(
|
||||||
~":clear - clear the screen\n" +
|
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
||||||
~":exit - exit from the repl\n" +
|
~":clear - clear the screen\n" +
|
||||||
~":help - show this message");
|
~":exit - exit from the repl\n" +
|
||||||
|
~":help - show this message");
|
||||||
}
|
}
|
||||||
~"{" => {
|
~"{" => {
|
||||||
let mut multiline_cmd = ~"";
|
let mut multiline_cmd = ~"";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue