bcoin-org / bclient

Bcoin node and wallet clients
Other
11 stars 20 forks source link

RPC: force help if no method #20

Open pinheadmz opened 5 years ago

pinheadmz commented 5 years ago

Replaces https://github.com/bcoin-org/bcurl/pull/7

Possible alternate for #19

If no rpc method is provided, help is automatically swapped in, eventually should display a list of rpc commands like in https://github.com/bcoin-org/bcoin/pull/705 or https://github.com/bcoin-org/bcoin/pull/550