mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Remove history
This commit is contained in:
parent
48bf5f3f63
commit
c61a82bf59
@ -131,7 +131,6 @@ pub fn main() {
|
||||
|
||||
// `()` can be used when no completer is required
|
||||
let mut rl = Editor::<()>::new();
|
||||
let _ = rl.load_history("history.txt");
|
||||
|
||||
println!("Ready!");
|
||||
|
||||
@ -186,5 +185,5 @@ pub fn main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
rl.save_history("history.txt").unwrap();
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user