Expand description
Shell utilities and shell provider abstractions.
Re-exports§
pub use bash_provider::BashShellProvider;pub use powershell_provider::PowerShellProvider;pub use powershell_provider::build_powershell_args;pub use shell_provider::ShellError;pub use shell_provider::ShellExecCommand;pub use shell_tool_utils::SHELL_TYPES;pub use shell_tool_utils::ShellType;
Modules§
- bash_
provider - Bash shell provider implementation.
- powershell_
provider - PowerShell provider implementation.
- shell_
provider - Shell provider types and definitions.
- shell_
tool_ utils - Shell tool utility types and constants.