Skip to main content

Crate atd_tools_shell

Crate atd_tools_shell 

Source
Expand description

Shell tools: shell.exec (/bin/sh) and shell.pwsh (PowerShell).

Subprocess execution with configurable timeouts; shared capture helper reused across both tools.

Re-exports§

pub use exec::ShellExecTool;
pub use pwsh::ShellPwshTool;

Modules§

exec
ref:shell.exec — POSIX shell command execution (bash -c).
pwsh
ref:shell.pwsh — PowerShell execution.
shared
Shared subprocess handler for shell tools.