checkGHAuthStatus verifies the user is logged in to GitHub CLI
()
| 13 | |
| 14 | // checkGHAuthStatus verifies the user is logged in to GitHub CLI |
| 15 | func (c *AddInteractiveConfig) checkGHAuthStatus() error { |
| 16 | return checkGHAuthStatusShared(c.Verbose) |
| 17 | } |
| 18 | |
| 19 | // checkGitRepository verifies we're in a git repo and gets org/repo info |
| 20 | // This version has special interactive handling to prompt user for repo if not found |
no test coverage detected