interactive loading bars and more
All checks were successful
Release / build-release (push) Successful in 4s

This commit is contained in:
Ludwig Lehnert
2026-06-29 14:56:22 +00:00
parent 55d49e0672
commit 292bd12a4b
4 changed files with 746 additions and 196 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','ProcessRequest')]
[ValidateSet('Install','Daemon','UpgradeAll','ApplyPolicy','ProcessQueue','ProcessRequest')]
[string]\$Mode = 'Install',
[ValidateSet('Install','Uninstall')]
[string]\$RequestAction = 'Install',