You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works perfectly well, however, it doesn't return data to stdout, which should IMO be the default behavior. If you want to supress output, then pass a flag;
Just browsing the repo issues here. @zQueal just guessing... wouldn't it work if you tee'd to /dev/stderr? Thus, you'll get two streams to tty, stdout which would go to the pipe and stderr will reach tty, as you'll not be piping it.
HTH.
Works perfectly well, however, it doesn't return data to stdout, which should IMO be the default behavior. If you want to supress output, then pass a flag;
Since
gocopy
slurps all input, even usingtee
as a workaround doesn't work.The text was updated successfully, but these errors were encountered: