| 465 | } |
| 466 | |
| 467 | static char *opt_disable_plugin(const char *arg, struct lightningd *ld) |
| 468 | { |
| 469 | plugin_blacklist(ld->plugins, arg); |
| 470 | return NULL; |
| 471 | } |
| 472 | |
| 473 | static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld) |
| 474 | { |
nothing calls this directly
no test coverage detected