Skip to content

Commit b150db6

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding 'all' keyword (Fixes #244)
1 parent ab57726 commit b150db6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PipeScript.types.ps1xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,9 @@ foreach ($potentialCommand in $potentialCommands) {
571571
}
572572
}
573573
$currentParameter = '' # and clear the current parameter.
574-
$currentClause = @()
574+
$currentClause = @()
575+
$commandElementIndex--
576+
continue
575577
}
576578

577579

@@ -664,7 +666,6 @@ foreach ($potentialCommand in $potentialCommands) {
664666
$sentence
665667

666668
}
667-
668669
</Script>
669670
</ScriptMethod>
670671
<ScriptProperty>

0 commit comments

Comments
 (0)