MCPcopy
hub / github.com/cli/cli / Install

Method Install

pkg/extensions/extension.go:34–34  ·  view source on GitHub ↗
(ghrepo.Interface, string)

Source from the content-addressed store, hash-verified

32type ExtensionManager interface {
33 List() []Extension
34 Install(ghrepo.Interface, string) error
35 InstallLocal(dir string) error
36 Upgrade(name string, force bool) error
37 Remove(name string) error

Implementers 3

Managerpkg/cmd/extension/manager.go
ExtensionManagerMockpkg/extensions/manager_mock.go
emcmd/gen-docs/main.go

Calls

no outgoing calls