fix: add Baseline parameter to WELA.ps1 for enhanced configuration options

This commit is contained in:
fukusuket
2025-10-22 23:10:33 +09:00
parent 010185e1ad
commit 11beefd929

View File

@@ -2,6 +2,7 @@
[string]$Cmd,
[string]$OutType = "std",
[bool]$Debug = $false,
[string]$Baseline,
[switch]$Auto
)