Skip to content
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

Closed
mightyiam opened this issue May 22, 2022 · 4 comments
Closed

Passing stdin with exec #247

mightyiam opened this issue May 22, 2022 · 4 comments
Assignees

Comments

@mightyiam
Copy link

Feature Description

I'd like to pass stdin to an external process.

Describe The Solution You'd Like

Perhaps exec --stdin ${something} some_command ?

@sagiegurari
Copy link
Owner

@mightyiam interesting idea. i'll check it out or would you like to submit a PR?

@mightyiam
Copy link
Author

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
@sagiegurari
Copy link
Owner

@mightyiam this is now released. you can use the new --input arg (see sdk docs)

@mightyiam
Copy link
Author

Thank you, @sagiegurari .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants