"title":"Command to return all information about RPC commands.",
"description":[
"The **help** is a RPC command which is possible consult all information about the RPC commands, or a specific command if *command* is given.",
"",
"Note that the lightning-cli(1) tool will prefer to list a man page when a specific *command* is specified, and will only return the JSON if the man page is not found."
],
"request":{
"required":[],
"properties":{
"command":{
"type":"string",
"description":[
"Command to get information about."
]
}
}
},
"response":{
"required":[
"help"
],
"properties":{
"help":{
"type":"array",
"items":{
"type":"object",
"additionalProperties":true,
"required":[
"command",
"category",
"description",
"verbose"
],
"properties":{
"command":{
"type":"string",
"description":[
"The command."
]
},
"category":{
"type":"string",
"description":[
"The category for this command (useful for grouping)."
]
},
"description":{
"type":"string",
"description":[
"A one-line description of the purpose of this command."
]
},
"verbose":{
"type":"string",
"description":[
"A full description of this command (including whether it's deprecated)."
"description":"Developer command test multiplexer",
"verbose":"dev rhash {secret}\n\tShow SHA256 of {secret}\ndev crash\n\tCrash lightningd by calling fatal()\ndev slowcmd {msec}\n\tTorture test for slow commands, optional {msec}\n"