ccproxy.cli.helpers¶
ccproxy.cli.helpers
¶
CLI helper utilities for CCProxy API.
merge_claude_code_options
¶
Create a new ClaudeCodeOptions instance by merging base options with overrides.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
base_options
|
Any
|
Base ClaudeCodeOptions instance to copy from |
required |
**overrides
|
Any
|
Dictionary of option overrides |
{}
|
Returns:
Type | Description |
---|---|
Any
|
New ClaudeCodeOptions instance with merged options |