(shared: SharedArgs, kind: AgentReportKind)
| 550 | } |
| 551 | |
| 552 | fn agent_command_args(shared: SharedArgs, kind: AgentReportKind) -> AgentCommandArgs { |
| 553 | AgentCommandArgs { |
| 554 | shared, |
| 555 | kind, |
| 556 | pi_path: None, |
| 557 | open_claw_path: None, |
| 558 | codex_speed: CodexSpeed::Auto, |
| 559 | } |
| 560 | } |
| 561 | |
| 562 | fn parse_shared_arg_for_command( |
| 563 | parser: &mut ArgParser, |
no outgoing calls
no test coverage detected