Autocomplete fonctionne

This commit is contained in:
Justine
2023-01-31 12:01:33 +01:00
parent a249d4d788
commit 6583128022
6 changed files with 168 additions and 46 deletions

View File

@ -53,6 +53,7 @@ pub fn get_history() -> Result<String, std::io::Error> {
let myline = format!("\r\n{}", line.unwrap());
res.push_str(&myline);
}
res.push_str("\r\n");
return Ok(res);
}