Skip to main content

exec

Function exec 

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