MCPcopy
hub / github.com/helm/helm / complete

Method complete

pkg/cmd/plugin_install.go:99–102  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

97}
98
99func (o *pluginInstallOptions) complete(args []string) error {
100 o.source = args[0]
101 return nil
102}
103
104func (o *pluginInstallOptions) newInstallerForSource() (installer.Installer, error) {
105 // Check if source is an OCI registry reference

Callers 1

newPluginInstallCmdFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected