MCPcopy
hub / github.com/cli/cli / Error

Method Error

pkg/cmd/extension/manager.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (e *ErrExtensionExecutableNotFound) Error() string {
39 return fmt.Sprintf("an extension has been installed but there is no executable: executable file named \"%s\" in %s is required to run the extension after install. Perhaps you need to build it?\n", e.Name, e.Dir)
40}
41
42const darwinAmd64 = "darwin-amd64"
43

Callers 10

NewCmdExtensionFunction · 0.95
CheckoutBranchMethod · 0.45
CloneMethod · 0.45
CommandOutputMethod · 0.45
ConfigMethod · 0.45
FetchMethod · 0.45
PullMethod · 0.45
RemotesMethod · 0.45
toggleSelectedMethod · 0.45
ExtBrowseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected