Skip to main content

Module run

Module run 

Source
Expand description

ralph run ... facade.

Responsibilities:

  • Re-export clap argument types and command handlers for ralph run.
  • Keep clap definitions, long-help content, and dispatch logic in separate modules.

Not handled here:

  • Queue/task execution internals.
  • Runner implementations.

Invariants/assumptions:

  • This module remains a thin facade consistent with other decomposed CLI command groups.

Structs§

ParallelArgs
ParallelRetryArgs
ParallelStatusArgs
ResumeArgs
RunArgs
RunLoopArgs
RunOneArgs

Enums§

ParallelSubcommand
RunCommand

Functions§

handle_run