mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
fix(cli): handle remaining input on EOF
This commit is contained in:
@@ -36,6 +36,7 @@ fn main() -> anyhow::Result<()> {
|
||||
continue;
|
||||
}
|
||||
Err(ReadlineError::Eof) => {
|
||||
app.handle_remaining_input();
|
||||
let _ = app.close_conn();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user