MCPcopy
hub / github.com/cli/cli / Path

Method Path

pkg/extensions/extension.go:20–20  ·  view source on GitHub ↗

Extension Name without gh-

()

Source from the content-addressed store, hash-verified

18type Extension interface {
19 Name() string // Extension Name without gh-
20 Path() string // Path to executable
21 URL() string
22 CurrentVersion() string
23 LatestVersion() string

Callers 1

upgradeExtensionMethod · 0.65

Implementers 2

Extensionpkg/cmd/extension/extension.go
ExtensionMockpkg/extensions/extension_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected