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

Command::spawn support #2

Open
otavio opened this issue Jan 25, 2021 · 3 comments
Open

Command::spawn support #2

otavio opened this issue Jan 25, 2021 · 3 comments

Comments

@otavio
Copy link

otavio commented Jan 25, 2021

We have a small library that allows the use of quoted strings and like. Once you made the 0.3.0 release, I started looking at porting old code to this. However, I noted the lack of spawn() support. We use this, for example in:

https://docs.rs/easy_process/0.2.0/easy_process/fn.run_with_stdin.html

Is it possible to add support for it?

@rustonaut
Copy link
Owner

rustonaut commented Jan 25, 2021 via email

@otavio
Copy link
Author

otavio commented Mar 12, 2021

Have you done that?

@rustonaut
Copy link
Owner

I have published it under a different name: https://crates.io/crates/mapped-command

But some things got in my way so I had not yet time to implement the spawn functionality.

Luckily I did take notes about my analysis about how to implement spawn functionality for different use cases, so I can easily continue where I left of once I find the time to do so.

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