lightning/plugins/src
Christian Decker b359a24772 cln-plugin: Handle --help invocations better
We now have ternary outcomes for `Builder.configure()` and
`Builder.start()`:

 - Ok(Some(p)) means we were configured correctly, and can continue
   with our work normally
 - Ok(None) means that `lightningd` was invoked with `--help`, we
   weren't configured (which is not an error since the `lightningd` just
   implicitly told us to shut down) and user code should clean up and
   exit as well
 - Err(e) something went wrong, user code may report an error and exit.
2022-04-11 15:20:32 +09:30
..
codec.rs cln-plugin: Get started with the plugin interface 2022-03-10 10:21:41 +10:30
lib.rs cln-plugin: Handle --help invocations better 2022-04-11 15:20:32 +09:30
logging.rs cln-plugin: Implement logging facade adapter for cln plugins 2022-03-10 10:21:41 +10:30
messages.rs cln-grpc: Add midstate between configuration and replying to init 2022-04-10 14:16:35 +09:30
options.rs cln-plugin: Add support for synchronous RPC methods 2022-03-10 10:21:41 +10:30