MCPcopy Create free account
hub / github.com/ccusage/ccusage / agent_command_args

Function agent_command_args

rust/crates/ccusage-cli/src/parser.rs:552–560  ·  view source on GitHub ↗
(shared: SharedArgs, kind: AgentReportKind)

Source from the content-addressed store, hash-verified

550}
551
552fn 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
562fn parse_shared_arg_for_command(
563 parser: &mut ArgParser,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected