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