We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Export-RegEx -As EmbeddedEngine does nothing
To Reproduce
Export-RegEx -As EmbeddedEngine -Name * -Path .\Test.ps1
Does not create test.ps1, or error out.
Additional context
It appears that this has been internally renamed to 'Embedded', but not updated in the [ValidateSet()] of Get-RegEx or Export-RegEx.
The text was updated successfully, but these errors were encountered:
Get-RegEx: Fixing #82 (updating ValidateSet)
cd14fb7
Export-RegEx: Fixing #82 (updating ValidateSet)
a41e38e
StartAutomating
No branches or pull requests
Describe the bug
Export-RegEx -As EmbeddedEngine does nothing
To Reproduce
Does not create test.ps1, or error out.
Additional context
It appears that this has been internally renamed to 'Embedded', but not updated in the [ValidateSet()] of Get-RegEx or Export-RegEx.
The text was updated successfully, but these errors were encountered: