pub fn run_claude_sync(
claude: &Claude,
args: Vec<String>,
) -> Result<CommandOutput>Expand description
Blocking mirror of run_claude. Available with the sync feature.
pub fn run_claude_sync(
claude: &Claude,
args: Vec<String>,
) -> Result<CommandOutput>Blocking mirror of run_claude. Available with the sync feature.