Update StackMonkey.ps1

This commit is contained in:
2025-06-29 05:11:06 -04:00
parent 491730f10d
commit cb620d6fa8

View File

@@ -87,7 +87,7 @@
# ─────────────────────────────────────────────────────────────────────────
# 1) ENTRYPOINT + PARAMETER DECLARATION
# ─────────────────────────────────────────────────────────────────────────
function Invoke-ScriptMonkey {
[CmdletBinding(
DefaultParameterSetName='UI',
@@ -1563,7 +1563,4 @@ $script
}
#endregion ScriptMonkey run silently Entrypoint
} #end of Invoke-ScriptMonkey
Invoke-ScriptMonkey @PSBoundParameters