Skip to main content

render_expr

Function render_expr 

Source
pub fn render_expr(expr: &Expr) -> String
Expand description

Render one expression back to shell text, unexpanded: a variable reference stays ${NAME} and a substitution stays $(…).