| 52 | } |
| 53 | |
| 54 | struct command_result *plugin_cmd_all_complete(struct plugins *plugins, |
| 55 | struct plugin_command *pcmd) |
| 56 | { |
| 57 | return plugin_dynamic_list_plugins(pcmd, plugins); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Called when trying to start a plugin through RPC, it starts the plugin and |
no test coverage detected