pub fn maybe_parse_apply_patch_verified(
argv: &[String],
cwd: &Path,
) -> MaybeApplyPatchVerifiedExpand description
cwd must be an absolute path so that we can resolve relative paths in the patch.
pub fn maybe_parse_apply_patch_verified(
argv: &[String],
cwd: &Path,
) -> MaybeApplyPatchVerifiedcwd must be an absolute path so that we can resolve relative paths in the patch.