codeskyblue / codeskyblue/go-sh

It is possible to get the stdoutPipe?

Open
#14 2 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.