Skip to content

Commit

Permalink
Suppress SupportsShouldProcess requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Nov 15, 2024
1 parent 27dc451 commit ffcafcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PSPreworkout/Public/Set-DefaultTerminal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function Set-DefaultTerminal {
#>

[CmdletBinding(SupportsShouldProcess)]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseShouldProcessForStateChangingFunctions', '', Justification = 'OK')]
param (
# The name of the application to use as the default terminal in Windows.
[Parameter(Mandatory = $false)]
Expand Down

0 comments on commit ffcafcc

Please sign in to comment.