Expand description
Async shell operations for pipeline integration
Wraps the synchronous ShellTools via
tokio::task::spawn_blocking for use in async contexts (pipeline, GUI).
Functionsยง
- execute_
command - Execute a shell command asynchronously.
- execute_
command_ with_ options - Execute a shell command asynchronously with cwd/env/timeout.