mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
better name for windows sandbox features (#8077)
`--enable enable...` is a bad look
This commit is contained in:
@@ -9,6 +9,10 @@ struct Alias {
|
||||
}
|
||||
|
||||
const ALIASES: &[Alias] = &[
|
||||
Alias {
|
||||
legacy_key: "enable_experimental_windows_sandbox",
|
||||
feature: Feature::WindowsSandbox,
|
||||
},
|
||||
Alias {
|
||||
legacy_key: "experimental_use_unified_exec_tool",
|
||||
feature: Feature::UnifiedExec,
|
||||
|
||||
Reference in New Issue
Block a user