Structs§
- Command
Output - Raw output from a claude CLI invocation.
Functions§
- run_
claude - Run a claude command with the given arguments.
- run_
claude_ allow_ exit_ codes - Run a claude command and allow specific non-zero exit codes.
- run_
claude_ allow_ exit_ codes_ sync - Blocking mirror of
run_claude_allow_exit_codes. - run_
claude_ sync - Blocking mirror of
run_claude. Available with thesyncfeature. - run_
claude_ with_ retry - Run a claude command with an optional per-command retry policy override.
- run_
claude_ with_ retry_ sync - Blocking mirror of
run_claude_with_retry.