help
help ( "command" ) ("subCommand")
List all commands, or get help for a specified command.
yerbas-cli help
yerbas-cli help getinfo
yerbas-cli help getblock
Arguments
Argument | Type | Description |
---|---|---|
"command" | (string) | The command to get help on |
"subCommand" | (string) | The subcommand to get help on. Please not that not all subcommands support this at the moment |
Arguments:
1. "command" (string, optional) The command to get help on
2. "subCommand" (string, optional) The subcommand to get help on. Please not that not all subcommands support this at the moment
Output
Result | Type | Description |
---|---|---|
"result" | (string) | "Debug mode: " followed by the specified category. |
Result:
"text" (string) The help text
Examples
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "help", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/