typeduck-codex-async-utils 0.71.0

Support package for the standalone Codex Web runtime (codex-shell-command)
Documentation
1
2
3
4
5
6
7
mod powershell_parser;

pub mod is_dangerous_command;
pub mod is_safe_command;
#[cfg(windows)]
pub(crate) mod windows_safe_commands;
pub(crate) use powershell_parser::try_parse_powershell_ast_commands;