implement clean_packages

This commit is contained in:
steven-omaha
2023-01-10 14:48:18 +01:00
parent 0e043ef6b5
commit 3e05261d08
2 changed files with 38 additions and 27 deletions
+1
View File
@@ -1,5 +1,6 @@
use std::io::{BufRead, Write};
#[must_use]
pub(crate) fn get_user_confirmation() -> bool {
print!("Continue? [Y/n] ");
std::io::stdout().flush().unwrap();