Function garden::eval::exec_expression[][src]

pub fn exec_expression(string: &str) -> String
Expand description

Evaluate “$ ” command strings, AKA “exec expressions”. The result of the expression is the stdout output from the command.