Piping a command into run does not execute interactivley
Description
This command:
should be in interactive mode which means the output streams to the console as it happens. The logic that checks to see if the output of the native binary is being piped gets confused by the pipe earlier in the command string.