From 2cb346f49a0f66cee42727eb98f418ab682b442c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 12 Sep 2023 21:36:38 -0700 Subject: [PATCH] re-prompt action --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c1262f9..a8c37a8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -403,7 +403,8 @@ fn interactive() -> Result<(), Box>{ 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