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.
Get-Turtle
1 parent c5dcb7d commit 6343de4Copy full SHA for 6343de4
Commands/Get-Turtle.ps1
@@ -88,7 +88,8 @@ function Get-Turtle {
88
# We want to keep track of the current member,
89
# and continue to the next word until we find a member name.
90
$currentMember = $null
91
- $outputTurtle = $false
+ # We want to output the turtle by default, in case we were called with no parameters.
92
+ $outputTurtle = $true
93
94
# To do this in one pass, we will iterate through the words and arguments.
95
# We use an indexed loop so we can skip past claimed arguments.
0 commit comments