Skip to content

Commit c2ee9a2

Browse files
author
Friedrich Weinmann
committed
Fixed help ... again
1 parent 038f6eb commit c2ee9a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PSModuleDevelopment/functions/templating/Invoke-PSMDTemplate.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
Replaces user friendly yellow warnings with bloody red exceptions of doom!
5757
Use this if you want the function to throw terminating errors you want to catch.
5858
59+
.PARAMETER Confirm
60+
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
61+
62+
.PARAMETER WhatIf
63+
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.
64+
5965
.EXAMPLE
6066
PS C:\> Invoke-PSMDTemplate -TemplateName "module"
6167

0 commit comments

Comments
 (0)