We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
New-Turtle
1 parent 3ada253 commit 823e974Copy full SHA for 823e974
psturtle.com/Commands/New-Turtle.html.ps1
@@ -0,0 +1,4 @@
1
+$myCommandName = $MyInvocation.MyCommand.Name -replace '\.html\.ps1$'
2
+if ($site.includes.Help) {
3
+ . $site.includes.Help -Command $myCommandName
4
+}
0 commit comments