diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index ece368f..cc331d8 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -88,21 +88,7 @@ # 1) ENTRYPOINT + PARAMETER DECLARATION # ───────────────────────────────────────────────────────────────────────── function Invoke-ScriptMonkey { - [CmdletBinding( - DefaultParameterSetName='UI', - SupportsShouldProcess=$true, - ConfirmImpact='Medium' - )] - param( - [Parameter(Mandatory,ParameterSetName='Toolkit')] [switch]$SilentInstall, - [Parameter(Mandatory,ParameterSetName='DattoFetch')] - [Parameter(Mandatory,ParameterSetName='DattoInstall')] - [string]$N8nPassword, - … - ) - - # — all of your modules, helpers, functions, etc. go here — - + [CmdletBinding( DefaultParameterSetName='UI', SupportsShouldProcess=$true,