Skip to main content

run_str

Function run_str 

Source
pub fn run_str(argv: &[&str], opts: &ExecOpts) -> Result<String>
Expand description

Convenience for the many run(&["git".into(), ...]) call sites.