MCPcopy Create free account
hub / github.com/cli/cli / AmbiguousBaseRepoError

Struct AmbiguousBaseRepoError

pkg/cmd/secret/shared/base_repo.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type AmbiguousBaseRepoError struct {
14 Remotes ghContext.Remotes
15}
16
17func (e AmbiguousBaseRepoError) Error() string {
18 return "multiple remotes detected. please specify which repo to use by providing the -R, --repo argument"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected