This commit is contained in:
steven-omaha
2022-12-02 16:40:42 +01:00
parent fc390feecb
commit 13490de0e2
5 changed files with 149 additions and 143 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
use std::io::{BufRead, Write};
use std::process::exit;
use std::io::Write::std::io;
use std;
pub(crate) fn get_user_confirmation() {
print!("Continue? [Y/n] ");
std::io::stdout().flush().unwrap();