core-lightning/cli
Rusty Russell 435f8d84dc lightning-cli: fix error code on invalid options, document them.
The top of the file indicates the following errors:

    #define NO_ERROR 0
    #define ERROR_FROM_LIGHTNINGD 1
    #define ERROR_TALKING_TO_LIGHTNINGD 2
    #define ERROR_USAGE 3

But we didn't use the right one for opt_parse failure, and didn't use the
correct constants everywhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-01-11 11:13:27 +10:30
..
test lightning-cli: use cli:<method>-<pid> for all requests. 2022-09-16 12:31:45 +09:30
config_cli.h cli: change the redefine logic to read from the stdin 2022-01-19 10:36:43 +01:00
lightning-cli.c lightning-cli: fix error code on invalid options, document them. 2023-01-11 11:13:27 +10:30
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30