From cb620d6fa8785141137a7514e9cd56695f516e76 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 05:11:06 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 98c196e..26d4c11 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -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 \ No newline at end of file