Skip to content

Commit 823e974

Browse files
docs: New-Turtle docs ( Fixes #148 )
1 parent 3ada253 commit 823e974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)