Describe the bug
When non-interactive mode, the auth and refresh flows still require interaction. Specifically they require pressing enter to interact with the browser, as well as to finish the flow.
gh --version: 1.12.1
Steps to reproduce the behavior
- gh config set prompt disabled
- gh auth login -w
- See "- Press Enter to open github.com in your browser... "
Expected vs actual behavior
Instead it should give the URL to open as immediate output and block on validation.