Skip to main content

export_lines

Function export_lines 

Source
pub fn export_lines(vars: &BTreeMap<String, String>) -> String
Expand description

Render shell export lines that can be eval’d by the parent shell. Values are single-quoted and embedded quotes are escaped for the shell.