Skip to main content

build_claude_command

Function build_claude_command 

Source
pub fn build_claude_command(
    binary: &Path,
    prompt: &str,
    json_schema: &str,
    model: Option<&str>,
    max_turns: u32,
) -> Command
Expand description

Builds a Command for claude -p with least-privilege environment.