We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb365a commit c424d2cCopy full SHA for c424d2c
src/cli/interactive.rs
@@ -9,7 +9,7 @@ use colored::Colorize;
9
use dialoguer::{Confirm, Input};
10
use std::path::Path;
11
12
-/// Ask user if they want to recreate a missing store
+/// Ask user if they want to recreate a missing store and if they want to overwrite the existing store
13
pub fn ask_recreate_store(archive_path: &Path, store_id_hex: &str, auto_yes: bool) -> Result<bool> {
14
if auto_yes {
15
println!(
0 commit comments