Expand description
A Swiss-army knife for writing shell-style scripts in Rust.
See crate ::xshell
.
Macros§
- Constructs a
Cmd
from the given string.
Structs§
- A builder object for constructing a subprocess.
- An error returned by an
xshell
operation. - RAII guard returned from
Shell::push_dir
. - RAII guard returned from
Shell::push_env
. - A
Shell
is the main API entry point. - A temporary directory.
Type Aliases§
Result
from std, with the error type defaulting to xshell’sError
.