mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +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:
7
codex-rs/shell-command/BUILD.bazel
Normal file
7
codex-rs/shell-command/BUILD.bazel
Normal file
@@ -0,0 +1,7 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "shell-command",
|
||||
crate_name = "codex_shell_command",
|
||||
compile_data = ["src/command_safety/powershell_parser.ps1"],
|
||||
)
|
||||
Reference in New Issue
Block a user