Skip to main content

format_powershell

Function format_powershell 

Source
pub fn format_powershell(secrets: &HashMap<String, String>) -> String
Expand description

$env:KEY = "VALUE" per line (PowerShell source-able). Escapes double-quotes, backticks, dollar signs, and newlines for safe evaluation.