We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b9121 commit dd305cbCopy full SHA for dd305cb
crates/q_cli/src/cli/chat/input_source.rs
@@ -46,6 +46,7 @@ impl InputSource {
46
continue;
47
} else if l.ends_with("\\") {
48
line.push_str(&l);
49
+ line.pop();
50
prompt = ">> ";
51
52
} else {
0 commit comments