Expand description
Bash executor for persistent shell sessions
Provides a persistent bash session that maintains state between commands, including working directory and environment variables.
Structs§
- Bash
Executor - A persistent bash executor
- Bash
Executor Config - Bash executor configuration
- Bash
Result - Result of a bash execution
Functions§
- command_
exists - Check if a command exists in PATH
- create_
executor - Create an Arc-wrapped executor for sharing
- execute_
once - Execute a single command without persistent state
- execute_
with_ timeout - Execute a command with a specific timeout
- get_
shell - Get the shell being used