Skip to content

Commit 16453da

Browse files
author
Friedrich Weinmann
committed
Update CBH
1 parent 498a22d commit 16453da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PSModuleDevelopment/functions/refactor/Set-PSMDEncoding.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
Replaces user friendly yellow warnings with bloody red exceptions of doom!
2323
Use this if you want the function to throw terminating errors you want to catch.
2424
25+
.PARAMETER Confirm
26+
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
27+
28+
.PARAMETER WhatIf
29+
If this switch is enabled, no actions are performed but informational messages will be displayed that explain what would happen if the command were to run.
30+
2531
.EXAMPLE
2632
PS C:\> Get-ChildItem -Recurse | Set-PSMDEncoding
2733

0 commit comments

Comments
 (0)