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