pub trait CommandBuilder { // Required method fn build(&self, current_dir: &Path) -> Command; }
Wrapper trait to generate commands for Lorry