Macros§
- new
- Macro to create a new
Shellerinstance. - 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 aResult. If the script fails, it will return anErr. Otherwise, it will return anOk.
Structs§
- Sheller
- Sheller is a builder for
std::process::Commandthat sets the shell program and arguments.