mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
chore: rename codex-command to codex-shell-command (#11378)
This addresses some post-merge feedback on https://github.com/openai/codex/pull/11361: - crate rename - reuse `detect_shell_type()` utility
This commit is contained in:
3
codex-rs/shell-command/src/command_safety/mod.rs
Normal file
3
codex-rs/shell-command/src/command_safety/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod is_dangerous_command;
|
||||
pub mod is_safe_command;
|
||||
pub mod windows_safe_commands;
|
||||
Reference in New Issue
Block a user