PSYaml icon indicating copy to clipboard operation
PSYaml copied to clipboard

ConvertTo-Yaml Invalid cmdlet names

Open moohem opened this issue 7 years ago • 1 comments

Looks like a find/replace gone awry in ConvertTo-Yaml.ps1. Multiple references to Select-Object-Object and Where-Object-Object cmdlets which of course do not exist.

moohem avatar Feb 28 '18 09:02 moohem

This was fixed here some time back. I originally used a SELECT alias but someone seemed to prefer the full cmdlet. Unfortunately, the version by someone else who put it on the powerShell gallery has got the faulty code. It looks like whoever did it doesn't test code before they check it in.

Phil-Factor avatar Mar 27 '19 10:03 Phil-Factor