Skip to main content

run_command

Function run_command 

Source
pub async fn run_command(
    root: &Path,
    tool_args: &[&str],
    capture: bool,
) -> Result<String, CommandError>
Expand description

Run a cargo command within this environment