Crate sheller

source ·

Macros§

  • Macro to create a new Sheller instance.
  • Macro to run a shell script.
    It will panic if the script fails.
  • 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 is a builder for std::process::Command that sets the shell program and arguments.

Enums§

Traits§

Type Aliases§