Skip to content

Commit b6165ae

Browse files
authored
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.
1 parent f4bc03d commit b6165ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct LoginCommand {
157157
)]
158158
api_key: Option<String>,
159159

160-
#[arg(long = "use-device-code")]
160+
#[arg(long = "device-auth")]
161161
use_device_code: bool,
162162

163163
/// EXPERIMENTAL: Use custom OAuth issuer base URL (advanced)

0 commit comments

Comments
 (0)