would be useful to process the output as stream, like less or more commands, so as a stream of lines, and to have control to interrupt or modify the behaviour of code based on content
e.g.
dotnet test |> break if containing 'Exception' so it will stop at the first error in tests instead of running the full suite
would be useful to process the output as stream, like less or more commands, so as a stream of lines, and to have control to interrupt or modify the behaviour of code based on content
e.g.
dotnet test|> break if containing 'Exception' so it will stop at the first error in tests instead of running the full suite