Skip to main content

GitCommandRunner

Trait GitCommandRunner 

Source
pub trait GitCommandRunner {
    // Required method
    fn run(&self, repo_root: &Path, args: &[&str]) -> Result<String, String>;
}

Required Methods§

Source

fn run(&self, repo_root: &Path, args: &[&str]) -> Result<String, String>

Implementors§