PowerShell / Crescendo

a module for wrapping native applications in a PowerShell function and module
MIT License
397 stars 37 forks source link

Modify how bypass output handler is supported. #181

Closed JamesWTruher closed 1 year ago

JamesWTruher commented 1 year ago

PR Summary

setting the hander type to bypass would omit it from the outputhandler collection, and there's no reason to check the syntax of a handler which is not going to be used.

PR Context