Skip to main content

Module command

Module command 

Source
Expand description

Command builders for every Codex CLI subcommand.

Each subcommand is a builder struct that implements CodexCommand. Builders accumulate flags via method chaining, then call CodexCommand::execute with a Codex client to run.

Modules§

apply
completion
exec
features
fork
login
mcp
mcp_server
raw
resume
review
sandbox
version

Traits§

CodexCommand
Trait implemented by all Codex CLI command builders.