| 506 | } |
| 507 | |
| 508 | static char *opt_disable_plugin(const char *arg, struct lightningd *ld) |
| 509 | { |
| 510 | plugin_blacklist(ld->plugins, arg); |
| 511 | return NULL; |
| 512 | } |
| 513 | |
| 514 | static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld) |
| 515 | { |
nothing calls this directly
no test coverage detected