You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
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.
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
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
The text was updated successfully, but these errors were encountered: