Skip to main content

Module task

Module task 

Source
Expand description

rover task <id> body (also drives rover batch <id> via expect_kind).

Pure reader except for --cancel, which is a single UPDATE. Opens the cache database directly and queries tasks + task_events. No HTTP, no scheduler, no server-process responsibilities.

Structs§

Args
Arguments shared by rover task <id> and rover batch <id>.

Enums§

OutputFormat

Functions§

run
Entry point used by main.rs. Locks stdout and delegates to run_with_writers, which is the testable seam.
run_with_writers
Library entry point used by integration tests. Accepts any Write implementation so the test suite can capture output without going through a subprocess.