pub fn resolve_target_files(
paths: &[PathBuf],
crypt_list: &[String],
repo_path: &Path,
) -> Vec<PathBuf>Expand description
Resolve the target file list for the repo. If paths is empty, use the
crypt list from the config; otherwise, use the given paths.