Skip to main content

run

Function run 

Source
pub fn run(
    vault_path: &Path,
    pp: &Passphrase,
    key_backup_path: &Path,
) -> Result<(), CliError>
Expand description

Create the vault and force a key backup. Delegates to run_with_repair(.., false). The ~24 existing callers (tests + main.rs) use this 3-arg form and are UNCHANGED (R0-I1).