forked from bitpay/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitcoin-cli helpdetail to show full help for all RPCs
Prints to stdout a concatenation of full help text as if you had run help on every RPC. This allows you to search help text when you can't remember the name of an RPC.
- Loading branch information
1 parent
4b1196a
commit b5c9008
Showing
3 changed files
with
82 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Tools and Utilities | ||
--- | ||
|
||
A new argument, `helpdetail` has been added to `bitcoin-cli` that | ||
displays the full help text for all RPC methods on standard output. | ||
Typical usage: | ||
``` | ||
bitcoin-cli helpdetail | less | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters