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