Skip to content

Commit 9ecae8f

Browse files
feat: https://psturtle.com/Commands/*-Turtle ( Fixes #138, Fixes #139, Fixes #140, Fixes #141 )
1 parent 1be0d89 commit 9ecae8f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-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+
}

psturtle.com/Commands/New-Turtle.html.ps1

Whitespace-only changes.
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+
}
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)