pub fn export_secrets(
vault: &Vault,
murk: &Murk,
pubkey: &str,
tags: &[String],
) -> BTreeMap<String, String>Expand description
Build shell-escaped export key-value pairs for eval $(murk export).
Wraps values in single quotes with embedded quote escaping.