chore: improve execute commands prompt

pull/322/head
sigoden 4 months ago
parent 21d1be5bed
commit a3fbf71c1c

@ -167,6 +167,8 @@ fn execute(config: &GlobalConfig, text: &str) -> Result<()> {
})
.prompt()?;
println!();
match anwser.as_str() {
"E" | "e" => {
let code = run_command(&eval_str)?;

Loading…
Cancel
Save