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.
1 parent 0ccfbaf commit a4f862fCopy full SHA for a4f862f
Commands/Get-Turtle.ps1
@@ -861,7 +861,7 @@ $(
861
# If we are getting a script and we want help
862
if ($memberInfo.GetScriptBlock -and $HelpWanted) {
863
# momentarily turn that script into a function
864
- $memberInfo.GetScriptBlock | getScriptHelp $memberName
+ $memberInfo.GetScriptBlock | getScriptHelp $memberInfo.Name
865
}
866
elseif ($null -ne $currentTurtle.$currentMember) {
867
$currentTurtle.$currentMember
0 commit comments