mirror of
https://github.com/openai/codex.git
synced 2026-03-05 21:45:28 +03:00
This addresses some post-merge feedback on https://github.com/openai/codex/pull/11361: - crate rename - reuse `detect_shell_type()` utility
8 lines
194 B
Python
8 lines
194 B
Python
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"],
|
|
)
|