Skip to main content

run

Function run 

Source
pub fn run(repo: &Repo, check: bool, rendering: Rendering) -> Result<Report>
Expand description

Runs sync in repo, writing unless check is set.

ยงErrors

Error::Config when .git-xcrypt is absent or cannot be understood, or when the managed section in .gitattributes has unbalanced markers; Error::Io on a read or write failure.