Crate sheller

Source

Macros§

new
Macro to create a new Sheller instance.
run
Macro to run a shell script.
It will panic if the script fails.
try_run
Macro to try to run a shell script.
It will return a Result. If the script fails, it will return an Err. Otherwise, it will return an Ok.

Structs§

Sheller
Sheller is a builder for std::process::Command that sets the shell program and arguments.

Enums§

Error

Traits§

CommandExt

Type Aliases§

Result