Skip to main content

Module bash

Module bash 

Source
Expand description

Bash built-in tool: runs a non-interactive shell command, merges stdout/stderr, returns a single frame.

Structs§

BashTool
Built-in bash tool. No internal state — a singleton Arc::new(BashTool::new()) suffices.