call

Function call 

Source
pub fn call(
    command: impl IntoIterator<Item = impl Into<String>>,
    dry_run: bool,
) -> CargoResult<bool>