Trait workerlib::execute::CommandBuilder

source ·
pub trait CommandBuilder {
    // Required method
    fn build(&self, current_dir: &Path) -> Command;
}
Expand description

Wrapper trait to generate commands for Lorry

Required Methods§

source

fn build(&self, current_dir: &Path) -> Command

Implementors§