-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
with_stdin
will take the ownership of command
#22
Comments
Since |
Good, thanks. I'm trying to use It will be very helpful if this issue can be quickly fixed. Thank you for the amazing project. |
Since this was a breaking change, I'm publishing it as v0.5.0 right now. Did you test your conversion with #23? Should have probably checked with that first in case you find more issues :) |
It works fine for my current usage. The only concern is that |
Yup, didn't have an idea for a better way of doing that. |
Thanks anyway. I probably will come up some other features or bugs later during my refactoring :) |
…rmat-args Have clippy warn about uninlined format arguments
The
with_stdin
will take the ownership of command. Therefore you cannot write chained functions like this:Error:
The text was updated successfully, but these errors were encountered: