-
Notifications
You must be signed in to change notification settings - Fork 52
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
Passing stdin with exec #247
Comments
@mightyiam interesting idea. i'll check it out or would you like to submit a PR? |
Perhaps this feature is a good PR for @mobusoperandi. I'll advertise it over there and see. We actually needed it for https://docs.rs/michie/latest/michie/ and stuck with bash so far. |
sagiegurari
added a commit
that referenced
this issue
May 25, 2022
…exec, watchdog and spawn commands #247
@mightyiam this is now released. you can use the new --input arg (see sdk docs) |
Thank you, @sagiegurari . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
I'd like to pass stdin to an external process.
Describe The Solution You'd Like
Perhaps
exec --stdin ${something} some_command
?The text was updated successfully, but these errors were encountered: