Skip to main content

Module shell

Module shell 

Source
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.