From 11beefd929059b579f9d26e5ff1790573f24db5b Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:10:33 +0900 Subject: [PATCH] fix: add Baseline parameter to WELA.ps1 for enhanced configuration options --- WELA.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/WELA.ps1 b/WELA.ps1 index 2688f4c8..cfe5709d 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -2,6 +2,7 @@ [string]$Cmd, [string]$OutType = "std", [bool]$Debug = $false, + [string]$Baseline, [switch]$Auto )