pub fn decrypt_fuzzy(
input: &str,
output: &str,
password: &str,
value_only: bool,
color: bool,
) -> Result<(), Box<dyn Error>>Expand description
Fuzzy-select which encrypted keys to decrypt, then run decrypt or decrypt_value_only.
Shows a MultiSelect over all encrypted key paths in the file.
If value_only is true, only the selected keys are emitted as a minimal document.