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

Implement prompter package #131

Closed samcoe closed 10 months ago

samcoe commented 10 months ago

This PR implemented the prompter package which was mostly taken from gh with some small tweaks. Additionally, it includes a PrompterMock for use in tests.

cc https://github.com/cli/cli/issues/7898