ComfyUI Node
Claude Arguments Builder
Build arguments for variable substitution in Claude Code commands
Claude Arguments Builder
- base_arguments
- merge_arguments
- arguments
- arguments_json
◄input_modejson►
◄json_arguments{
"PROJECT_NAME": "MyProject",
"LANGUAGE": "Python"
}►
◄key►
◄value►
Categoryclaude_code/helpers
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| input_mode | COMBO | json | How to input arguments |
| json_argumentsopt | STRING | { "PROJECT_NAME": "MyProject", "LANGUAGE": "Python" } | JSON object with argument key-value pairs |
| keyopt | STRING | Argument key (for key_value mode) | |
| valueopt | STRING | Argument value (for key_value mode) | |
| base_argumentsopt | CLAUDE_ARGUMENTS | Base arguments to merge with | |
| merge_argumentsopt | CLAUDE_ARGUMENTS | Arguments to merge (for merge mode) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| arguments | CLAUDE_ARGUMENTS | — |
| arguments_json | STRING | — |