rename Take-Part -> Take-OutputPart

This commit is contained in:
Aleksandr Chebotov
2020-09-14 10:09:05 +03:00
parent 3ea5c7d183
commit 370986d0f0
7 changed files with 87 additions and 80 deletions

View File

@@ -13,7 +13,7 @@ function Get-CommandResult {
}
}
function Take-Part {
function Take-OutputPart {
param (
[Parameter(ValueFromPipeline)]
[string] $toolOutput,