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

Select-Patterns (greps) filter parameter default requires 'LOOPZ_GREPS_FILTER' to be defined in environment #98

Closed plastikfan closed 3 years ago

plastikfan commented 3 years ago

If LOOPZ_GREPS_FILTER is not defined, then currntly the command will fail. A check needs to be made before proceeding, that if not defined, then should default to something sensible like all files in the current directory ./*

plastikfan commented 3 years ago

Rename to Select-Patterns