codeskyblue / codeskyblue/go-sh
It is possible to get the stdoutPipe?
Open
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
It is possible to get the stdoutPipe?
just as func (c *Cmd) StdoutPipe() (io.ReadCloser, error)
if so, we can get the output when we exec the commands
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the Cmd execution path and its current stdout handling, using the requested Cmd.StdoutPipe() signature as the reference. The work is done when callers can read command output through a returned io.ReadCloser while existing command execution behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100