pub fn resume_command(harness: HarnessId, id: &str) -> (String, Vec<String>)Expand description
The command that resumes session id in harness — (binary, args),
for the caller to exec or spawn. Overridable per harness with
TRANSCRIPT_<HARNESS>_RESUME_CMD, a template where {id} is substituted
(e.g. TRANSCRIPT_CODEX_RESUME_CMD="codex resume {id}").