Skip to main content

Module run

Module run 

Source
Expand description

ralph run ... command group: Clap types and handler.

Responsibilities:

  • Define clap structures for run commands and flags.
  • Route run subcommands to supervisor execution entry points.

Not handled here:

  • Queue persistence and task status transitions (see crate::queue).
  • Runner implementations or model execution (see crate::runner).
  • Global configuration precedence rules (see crate::config).

Invariants/assumptions:

  • Configuration is resolved from the current working directory.
  • Queue mutations occur inside downstream command handlers.

Structs§

ParallelArgs
Arguments for ralph run parallel subcommand.
ParallelRetryArgs
Arguments for ralph run parallel retry.
ParallelStatusArgs
Arguments for ralph run parallel status.
ResumeArgs
RunArgs
RunLoopArgs
RunOneArgs

Enums§

ParallelSubcommand
Subcommands for ralph run parallel.
RunCommand

Functions§

handle_run