tweak: expand upon some explanations

This commit is contained in:
Bjarke Sporring
2026-01-21 11:56:56 +01:00
parent 13dd2317f9
commit 3a4fe8ce9e
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
<#
.SYNOPSIS
Utility functions for writing to stdout and for advanced git commands that are reused again and again
#>
function Write-Pass {
param([string]$Message)
Write-Host "[PASS] $Message" -ForegroundColor Green