openrr_config

Function 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.