Closed Wittionary closed 2 years ago
Code can be cleaned up by splatting the parameters for foreground/background colors - and possibly more.
Example:
$Colors = @{ForegroundColor = "black"; BackgroundColor = "white"} Write-Host "text" @Colors
Resolved with last commit
Code can be cleaned up by splatting the parameters for foreground/background colors - and possibly more.
Example: