replace daemon with request drop
All checks were successful
Release / build-release (push) Successful in 3s

This commit is contained in:
Ludwig Lehnert
2026-07-01 14:19:27 +00:00
parent 526c40403b
commit b603f4d39c
3 changed files with 575 additions and 731 deletions

View File

@@ -17,7 +17,7 @@ cat > "$out" <<EOF
# ASCII-only bootstrap generated from setup.ps1. Do not edit.
[CmdletBinding()]
param(
[ValidateSet('Install','Daemon','UpgradeAll','ApplyPolicy','ProcessQueue','ProcessRequest')]
[ValidateSet('Install','UpgradeAll','ApplyPolicy','ProcessQueue','ProcessRequest','ProcessRequests')]
[string]\$Mode = 'Install',
[ValidateSet('Install','Uninstall')]
[string]\$RequestAction = 'Install',