re-prompt action
This commit is contained in:
parent
e5cca9ed04
commit
2cb346f49a
@ -403,7 +403,8 @@ fn interactive() -> Result<(), Box<dyn std::error::Error>>{
|
||||
script_action=parsed_script_action;
|
||||
break;
|
||||
}else{
|
||||
println!("illegal action string.");
|
||||
print!("action: ");
|
||||
std::io::Write::flush(&mut std::io::stdout())?;
|
||||
}
|
||||
}
|
||||
//update allowed/replace/blocked
|
||||
|
Loading…
Reference in New Issue
Block a user