Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Capture stderr output of commands executed by Command.exec() #153

Closed
youpong opened this issue Jun 5, 2024 · 2 comments
Closed

Capture stderr output of commands executed by Command.exec() #153

youpong opened this issue Jun 5, 2024 · 2 comments
Assignees

Comments

@youpong
Copy link
Collaborator

youpong commented Jun 5, 2024

The Problem

In the current implementation, only the standard output is captured because the command is executed by popen(3).
Implement it so that it also captures standard error output.

Related Issue

@youpong youpong self-assigned this Jun 5, 2024
@TanmayPatil105
Copy link
Owner

@youpong Is this in progress? I was thinking of making a release soon!

@youpong
Copy link
Collaborator Author

youpong commented Jun 9, 2024

It's in progress. It will probably take a couple of weeks.
It's hard to estimate exactly how much work there is because it involves a technical first for me.

youpong added a commit to youpong/procfetch that referenced this issue Jul 5, 2024
@youpong youpong closed this as completed Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants