mirror of
https://github.com/openai/codex.git
synced 2026-05-04 03:16:31 +00:00
Addresses #16655 Problem: `codex login --api-key` failed in Clap before Codex could show the deprecation guidance. Solution: Allow the hidden `--api-key` flag to parse with zero or one values so both forms reach the `--with-api-key` message.