PowerShell / Crescendo

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

Crescendo should offer a way to bypass the output handler #177

Closed theJasonHelmick closed 1 year ago

theJasonHelmick commented 1 year ago

Summary of the new feature / enhancement

Some applications are sensitive (respond differently) depending on whether they output to a pipeline or the screen. Crescendo should allow output from the native command to continue to the screen without being piped to an output handler.

Proposed technical implementation details (optional)

No response

theJasonHelmick commented 1 year ago

Thank you! Fixed/closed - in release: https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo/1.1.0-RC1