Autocomplete fonctionne
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user