Skip to content

Commit abd5170

Browse files
authored
remove experimental prefix (#4907)
# 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 b8b0451 commit abd5170

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codex-rs/cli/src/main.rs

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

160-
/// EXPERIMENTAL: Use device code flow (not yet supported)
161-
/// This feature is experimental and may changed in future releases.
162-
#[arg(long = "experimental_use-device-code", hide = true)]
160+
#[arg(long = "use-device-code")]
163161
use_device_code: bool,
164162

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

0 commit comments

Comments
 (0)