IsConfigured returns true if the helper has a non-empty command, i.e. the git config had an entry
()
| 71 | |
| 72 | // IsConfigured returns true if the helper has a non-empty command, i.e. the git config had an entry |
| 73 | func (h Helper) IsConfigured() bool { |
| 74 | return h.Cmd != "" |
| 75 | } |
| 76 | |
| 77 | // IsOurs returns true if the helper command is the GitHub CLI credential helper |
| 78 | func (h Helper) IsOurs() bool { |