Dr. Tobias Weltner
Dr. Tobias Weltner
Let’s take a sec and re-define what the desired use case for tee-object is before we go into implementation questions. (A) historically, it was meant to split the *output* stream...
> What if we make the requested behavior _default_? It is more user friendly for interactive console scenarios (less typing) and it is not breaking change. If you use it...
(response to mklement0) regarding -Host as a useful convenience function, we are on the same page, and Cmdlet WG approved. regarding anything else, let’s always avoid widening the use case...
> Since I originally commented above about 3 months back, I've been thinking a lot about this use case and I'd like to ask here what people think. > >...
> > Agreed, @TobiasPSP; therefore, @tolgabalci, to recap: > > Per [the WG decision](https://github.com/PowerShell/PowerShell/issues/19827#issuecomment-1642367665): > > * The parameter name `-Host` [has already been decided on]... > * ... and...
thank you for sharing your thoughts. Regarding your first part: If you would like to stream output to the host in the middle of the pipeline in a performant way,...
Thank you. Without being able to run the prototype on my side at the moment, merely looking at it this indeed captures my suggestions. Let’s take your code as a...
Can I suggest we do the opposite? This request here was already approved by the WG and is ready to go. #20123 would probably have no merit because it is...
I just browsed through #20123, and I am starting to wonder whether the ideas come from linux users wanting to clone linux behavior to PowerShell rather than adopting PowerShell best...
Got it. So you feel the topic here is just a use case of your more general idea and could be implemented by -Process { Out-Host }? I can take...