adding codex jobs command, including jobs ls, inspect, logs and -a options

This commit is contained in:
pap
2025-07-22 13:42:47 -07:00
parent 2ca44b46d6
commit bb0befc8db
9 changed files with 653 additions and 8 deletions

View File

@@ -3,6 +3,9 @@ pub mod debug_sandbox;
mod exit_status;
pub mod login;
pub mod proto;
pub mod jobs;
pub mod logs;
pub mod inspect;
use clap::Parser;
use codex_common::CliConfigOverrides;