| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| foreach($parameterAttribute in $parameter.Attributes) { | ||
| if ($parameterAttribute.ValueFromPipeline -eq $null) { continue } | ||
|
|
||
| $parameterHelpPipelineInput = if ($parameterHelp.pipelineInput -eq 'True (ByPropertyName, ByValue)') { |
There was a problem hiding this comment.
is the string format of this going to be consistent
Sorry, something went wrong.
There was a problem hiding this comment.
yes and if not the test will fail anyway :-)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
PR #1763 made Invoke-Formatter accept pipeline input but tests didn't catch that cmdlet docs weren't updated. This fixes the docs and adds tests for pipeline input. Since that pull request hasn't been released yet, no need to update Microsoft docs.
PR Checklist