Function openrr_config::evaluate

source ·
pub fn evaluate(s: &str, current_dir: Option<&Path>) -> Result<String>
Expand description

Evaluates the given string and returns a concatenated string of the results.

Syntax

Command:

$(...)

Environment variable:

${...}

Note

Nesting and escaping are not supported yet.