Skip to main content

run_bash_command

Function run_bash_command 

Source
pub async fn run_bash_command(
    registry: &ToolRegistry,
    seq: &AtomicU64,
    cmd: String,
    event_tx: &UnboundedSender<UiEvent>,
)