mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
5 lines
208 B
Rust
5 lines
208 B
Rust
#[cfg(any(all(target_os = "macos", target_arch = "aarch64"), target_os = "linux"))]
|
|
mod accept_elicitation;
|
|
#[cfg(any(all(target_os = "macos", target_arch = "aarch64"), target_os = "linux"))]
|
|
mod list_tools;
|