Skip to main content

quick_run_with_profile

Function quick_run_with_profile 

Source
pub async fn quick_run_with_profile(
    cwd: impl Into<String>,
    prompt: impl Into<String>,
    profile: RunProfile,
) -> Result<PromptRunResult, QuickRunError>
Expand description

One-shot convenience with explicit profile: connect -> run(profile) -> shutdown