re-prompt action

This commit is contained in:
Quaternions 2023-09-12 21:36:38 -07:00
parent e5cca9ed04
commit 2cb346f49a

View File

@ -403,7 +403,8 @@ fn interactive() -> Result<(), Box<dyn std::error::Error>>{
script_action=parsed_script_action; script_action=parsed_script_action;
break; break;
}else{ }else{
println!("illegal action string."); print!("action: ");
std::io::Write::flush(&mut std::io::stdout())?;
} }
} }
//update allowed/replace/blocked //update allowed/replace/blocked