Public/clisetup/Set-Keybindings.ps1
function Set-Keybindings { [CmdletBinding(SupportsShouldProcess = $true)] param () process { if ($PSCmdlet.ShouldProcess("Target", "Set Keybindings")) { } } } |
function Set-Keybindings { [CmdletBinding(SupportsShouldProcess = $true)] param () process { if ($PSCmdlet.ShouldProcess("Target", "Set Keybindings")) { } } } |