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

Run a command silently #2

Open
verhulstm opened this issue Jan 27, 2019 · 4 comments · May be fixed by #6
Open

Run a command silently #2

verhulstm opened this issue Jan 27, 2019 · 4 comments · May be fixed by #6

Comments

@verhulstm
Copy link
Member

No description provided.

@nixjdm
Copy link
Member

nixjdm commented May 31, 2020

What are you envisioning here? "in realtime" means during an execution, while the streams are in-use, so I'm not sure how you would tell it to stop. The only way I can think of to do that is via stdin, so it would have to be a specially looked-for and captured stdin. Is that what you mean? That may interfere with normal expectation on stdin. It could be done, but maybe not cleanly. I'm not sure.

@verhulstm
Copy link
Member Author

calling a shell cmd via passthrough aways seems to print output to the terminal. I want to be able to turn this off and not see any output in the terminal.

@nixjdm
Copy link
Member

nixjdm commented May 31, 2020

So just silently running a command?

@verhulstm
Copy link
Member Author

verhulstm commented May 31, 2020

yes, plus logging the results to a file.

@nixjdm nixjdm changed the title I want a feature to turn off writing to standard out in realtime Run a command silently May 31, 2020
@nixjdm nixjdm linked a pull request Jun 1, 2020 that will close this issue
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 a pull request may close this issue.

2 participants