feat: nicer formatting of confirm_each()
This commit is contained in:
parent
6744750e2c
commit
5d1b21ad88
|
@ -41,7 +41,7 @@ fn confirm_once() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn confirm_each(target: &String) {
|
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();
|
confirm_parse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue