Skip to main content

Module runner

Module runner 

Source
Expand description

CLI arguments for runner management commands.

Responsibilities:

  • Define RunnerArgs and RunnerCommand enums for Clap.
  • Delegate command execution to commands/runner/ module.

Not handled here:

  • Capability data retrieval (see commands/runner/capabilities.rs).
  • Binary detection logic (see commands/runner/detection.rs).

Structs§

CapabilitiesArgs
ListArgs
RunnerArgs
Arguments for the ralph runner command.

Enums§

RunnerCommand
RunnerFormat
Output format for runner commands.

Functions§

handle_runner_capabilities
handle_runner_list