Function garden::eval::exec_expression

source ·
pub fn exec_expression(string: &str, pathbuf: Option<PathBuf>) -> String
Expand description

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