Skip to main content

exec

Function exec 

Source
pub fn exec(
    command: &[String],
    values: &BTreeMap<String, String>,
    force: bool,
) -> Result<i32>