pub fn resolve_placeholders( input: &str, environment: &BTreeMap<String, Option<String>>, ) -> String
Resolve all environment variable placeholders. If the variable is not found or is None, it is left unchanged.
None