Files
codex/codex-rs/cli
Channing Conger 52f0056368 Propagate top-level flags to exec subcommand
This fixes flags before the exec subcommend being ignored:
```
codex -m test-model exec "Hello world"
```

The above previously would ignore the -m override and use the configured
default.
2025-11-17 15:59:46 -08:00
..
2025-10-30 10:28:32 +00:00