pub async fn run_command( root: &Path, tool_args: &[&str], capture: bool, ) -> Result<String, CommandError>
Run a cargo command within this environment