Skip to main content

eval

Function eval 

Source
pub fn eval(command: &str) -> ScriptResult<Output>
Expand description

Executes a shell command string.

ยงErrors

Returns an error if the shell command fails.