()
| 15 | } |
| 16 | |
| 17 | func (e AmbiguousBaseRepoError) Error() string { |
| 18 | return "multiple remotes detected. please specify which repo to use by providing the -R, --repo argument" |
| 19 | } |
| 20 | |
| 21 | type baseRepoFn func() (ghrepo.Interface, error) |
| 22 | type remotesFn func() (ghContext.Remotes, error) |
no outgoing calls