From b6165aee0c01badaf4dfd80bb409e85eb76cae52 Mon Sep 17 00:00:00 2001 From: rakesh-oai Date: Wed, 8 Oct 2025 15:29:20 -0700 Subject: [PATCH] Create alias (#4971) # External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. --- codex-rs/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/cli/src/main.rs b/codex-rs/cli/src/main.rs index d8898232..cd43041a 100644 --- a/codex-rs/cli/src/main.rs +++ b/codex-rs/cli/src/main.rs @@ -157,7 +157,7 @@ struct LoginCommand { )] api_key: Option, - #[arg(long = "use-device-code")] + #[arg(long = "device-auth")] use_device_code: bool, /// EXPERIMENTAL: Use custom OAuth issuer base URL (advanced)