Available on crate feature
shell only.Expand description
Shell execution helpers. Shell execution helpers.
run / get_out are the Rust APIs; shell_run / shell_output are the Rhai
bindings gated behind the shell feature (plus rhai for the bindings).
Functionsยง
- get_out
- Run
sh -c <command>capturing stdout/stderr. Returns the rawOutput. - rhai_
get_ stdout rhai - rhai_
run rhai - run
- Run
sh -c <command>inheriting stdout/stderr. Returns the rawOutput. - shell_
rhai_ register rhai