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§
- Capabilities
Args - List
Args - Runner
Args - Arguments for the
ralph runnercommand.
Enums§
- Runner
Command - Runner
Format - Output format for runner commands.