pub fn apply(
root: &Path,
recon: &Reconciliation,
force: bool,
dry_run: bool,
) -> Result<Applied>Expand description
Apply a reconciliation: always create missing files; overwrite drifted files only when
force. dry_run computes the same report but writes nothing.