| 18 | ) |
| 19 | |
| 20 | type ConfigurablePlugin struct { |
| 21 | } |
| 22 | |
| 23 | func (_ *ConfigurablePlugin) Run(cliConnection plugin.CliConnection, args []string) { |
| 24 | fmt.Printf("%s\n", strings.Join(os.Args, " ")) |
nothing calls this directly
no outgoing calls
no test coverage detected