Skip to content

Commit

Permalink
Adding 'all' keyword (Fixes #244)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 8, 2022
1 parent ab57726 commit b150db6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PipeScript.types.ps1xml
Expand Up @@ -571,7 +571,9 @@ foreach ($potentialCommand in $potentialCommands) {
}
}
$currentParameter = '' # and clear the current parameter.
$currentClause = @()
$currentClause = @()
$commandElementIndex--
continue
}


Expand Down Expand Up @@ -664,7 +666,6 @@ foreach ($potentialCommand in $potentialCommands) {
$sentence

}

</Script>
</ScriptMethod>
<ScriptProperty>
Expand Down

0 comments on commit b150db6

Please sign in to comment.