mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
This addresses some post-merge feedback on https://github.com/openai/codex/pull/11361: - crate rename - reuse `detect_shell_type()` utility
4 lines
86 B
Rust
4 lines
86 B
Rust
pub mod is_dangerous_command;
|
|
pub mod is_safe_command;
|
|
pub mod windows_safe_commands;
|