Skip to content

Commit

Permalink
support history (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Jan 29, 2025
1 parent 20754b4 commit 932b111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/forevervm/src/commands/repl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub async fn machine_repl(machine_name: Option<MachineName>) -> anyhow::Result<(

match readline {
Ok(line) => {
rl.add_history_entry(line.as_str())?;
let result = repl.exec(&line).await;
match result {
Ok(mut result) => {
Expand Down

0 comments on commit 932b111

Please # to comment.