EliziumNet / Loopz

PowerShell iteration utilities with additional tools like the Parameter Set Tools
https://eliziumnet.github.io/Loopz/
MIT License
3 stars 0 forks source link

Rename-Many; Cut parameter should be defined as an array #135

Closed plastikfan closed 3 years ago

plastikfan commented 3 years ago

It is currently a string but it is treated as a regex parameter (the cutSpec creates a regex entity). There must be some missing tests so that has to be resolved.