pub fn spawn_streaming<F>(
program: &str,
args: &[&str],
on_line: F,
) -> ToolCallResultExpand description
Generic-over-program variant of run_apr_streaming used by tests that
need to inject a mock subprocess.
pub fn spawn_streaming<F>(
program: &str,
args: &[&str],
on_line: F,
) -> ToolCallResultGeneric-over-program variant of run_apr_streaming used by tests that
need to inject a mock subprocess.