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

Support redirecting stdout/stdin/stderr to/from other sources #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtolio
Copy link

@jtolio jtolio commented Sep 27, 2015

Like os/exec's Cmd object, it is sometimes useful to be able to control where and how the child program is interacting with the world.

By doing this, we can now support building lua shells over telnet or other things.

Like os/exec's Cmd object, it is sometimes useful to be able
to control where and how the child program is interacting with
the world.

By doing this, we can now support building lua shells over
telnet or other things.
@camilo
Copy link

camilo commented Dec 28, 2015

LGTM, but needs tests.

cc @fbogsany

@marco-souza
Copy link

Hey, @jtolio 👋
Are you still working on it?

I need to get the Lua output execution for one of my projects, and this PR may solve the problem. If you don't have the time to work on the tests, let me know and I can take care of it. 😁

@jtolio
Copy link
Author

jtolio commented May 20, 2024

ha, please take over @marco-souza

@marco-souza
Copy link

FYI, PR #135 was created! 🚀
Please, take a look when you can 🙏🏼

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

Successfully merging this pull request may close these issues.

3 participants