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>androver batch <id>.
Enums§
Functions§
- run
- Entry point used by
main.rs. Locks stdout and delegates torun_with_writers, which is the testable seam. - run_
with_ writers - Library entry point used by integration tests. Accepts any
Writeimplementation so the test suite can capture output without going through a subprocess.