PowerShell/Polaris

Path cmdlets need ParameterSet for RegEx Paths

Tiberriver256 opened this issue · 0 comments

The way the code works at the moment you can pass a straight regular expression as the path and the app will use that but it probably should be split into another ParameterSet that takes a RegEx as the Path parameter to allow for better documentation and clarity.

Related: RFC 001 (#120)