mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:15:14 +02:00
updated dependencies
This commit is contained in:
@ -53,7 +53,7 @@ fn main() -> std::io::Result<()> {
|
||||
} else {
|
||||
use reedline::{DefaultPrompt, FileBackedHistory, Reedline, Signal};
|
||||
|
||||
let mut line_editor = Reedline::new()
|
||||
let mut line_editor = Reedline::create()?
|
||||
.with_history(Box::new(FileBackedHistory::with_file(
|
||||
1000,
|
||||
"history.txt".into(),
|
||||
|
Reference in New Issue
Block a user