pub trait CommandBuilder { // Required method fn build(&self, current_dir: &Path) -> Command; }
Wrapper trait to generate commands for Lorry
Build the command for git processes and execute from the current directory