| 1 | //! This module contains all logic related to `ConfigOption`'s that can be |
| 2 | //! set in Core Lightning. The [Core Lightning documentation](https://docs.corelightning.org/reference/lightningd-config) |
| 3 | //! describes how the user can specify configuration. This can be done using |
| 4 | //! a command-line argument or by specifying the value in the `config`-file. |
nothing calls this directly
no outgoing calls
no test coverage detected