Skip to main content

Module cli

Module cli 

Source
Expand description

CLI argument structs and command surface (clap-based).

Defines Cli and all subcommand enums; contains no business logic.

Re-exports§

pub use crate::backend_choice::EmbeddingBackendChoice;
pub use crate::backend_choice::LlmBackendChoice;

Structs§

Cli
CodexModelsArgs
GAP-E2E-010 (v1.0.89): codex-models accepts --json as a no-op so agents that append --json to every subcommand never see clap errors. The handler in main.rs always emits JSON on stdout; this flag is accepted and ignored for parity with the rest of the CLI surface.

Enums§

Commands
GraphExportFormat
MemoryType