You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PSModuleDevelopment/functions/refactor/Set-PSMDEncoding.ps1
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@
22
22
Replaces user friendly yellow warnings with bloody red exceptions of doom!
23
23
Use this if you want the function to throw terminating errors you want to catch.
24
24
25
+
.PARAMETERConfirm
26
+
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
27
+
28
+
.PARAMETERWhatIf
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.
0 commit comments