pub fn resolve_password(
password_file: Option<&Path>,
) -> WorkflowResult<SecureString>Expand description
Password for decryption or listing: read from password_file when given,
otherwise prompt interactively.
pub fn resolve_password(
password_file: Option<&Path>,
) -> WorkflowResult<SecureString>Password for decryption or listing: read from password_file when given,
otherwise prompt interactively.