add pwsh required module powershell-yaml

This commit is contained in:
2026-07-02 10:18:37 +02:00
parent c5db2f3ae9
commit 08b418c513
+2
View File
@@ -1,3 +1,5 @@
#requires -Modules powershell-yaml
param(
[string]$StartDir = (Split-Path -Parent $MyInvocation.MyCommand.Path)
)