cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Support for stdin and stderr in term package #96

Closed samcoe closed 1 year ago

samcoe commented 1 year ago

Right now the term package exposes stdout through the Out method, it would be nice if stdin and stderr were also exposed through some methods.