We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that all my output gets buffered until the command completes. Example
bash -c "echo STDOUT && echo STDERR 1>&2; sleep 5" | sd -f=e 'a' 'b'
Error is shown immediately, but output only after 5 seconds.
This happens with 0.7.6 and with v1.0.0 - 2023-11-07.
0.7.6
v1.0.0 - 2023-11-07
I don't see an option in --help to avoid this.
--help
Possibly related to #96 ?
The text was updated successfully, but these errors were encountered:
Might be duplicate of #286 actually
Sorry, something went wrong.
No branches or pull requests
I noticed that all my output gets buffered until the command completes. Example
Error is shown immediately, but output only after 5 seconds.
This happens with
0.7.6
and withv1.0.0 - 2023-11-07
.I don't see an option in
--help
to avoid this.Possibly related to #96 ?
The text was updated successfully, but these errors were encountered: