diff --git a/src/main.rs b/src/main.rs index f54a189..48e7a6d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ fn confirm_once() { } fn confirm_each(target: &String) { - print!("Are you sure you want to delete {}? [y/N]: ", target); + print!("Are you sure you want to delete {} ? [y/N]: ", target.bold()); confirm_parse(); }