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

Feature Request: Add support to call the `gh` command interactively #114

Closed stemar94 closed 1 year ago

stemar94 commented 1 year ago

I would like to call gh interactively in order to use the already existing survey prompt functionality that comes with the standard features of gh. With just gh.Exec I'm not able to access the interactive mode.

samcoe commented 1 year ago

@stemar94 Thanks for writing in. This seems like a nice feature, I am in favor of adding it.

vilmibm commented 1 year ago

this makes perfect sense, I'm +1

mislav commented 1 year ago

Completed in https://github.com/cli/go-gh/commit/026e976b60f91b35bd97a2d82914c24515dda127, thank you!