diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 04:23:28 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 04:23:28 +0200 |
commit | c2a00511c06e8276e766948a80c35ed5b396ca21 (patch) | |
tree | 1d0df8cbde1f9067d07ee1b6586deda71f20e187 /json-rpc-shell.adoc | |
parent | 2b18ebf3143f9be072260f2c69c9b39b8658f0fb (diff) | |
download | json-rpc-shell-c2a00511c06e8276e766948a80c35ed5b396ca21.tar.gz json-rpc-shell-c2a00511c06e8276e766948a80c35ed5b396ca21.tar.xz json-rpc-shell-c2a00511c06e8276e766948a80c35ed5b396ca21.zip |
Document OpenRPC tab completion support
Now that it's functional in both frontends, we can flaunt it.
I still don't want to make it the default.
Closes #1
Diffstat (limited to 'json-rpc-shell.adoc')
-rw-r--r-- | json-rpc-shell.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/json-rpc-shell.adoc b/json-rpc-shell.adoc index e8525ad..595dd68 100644 --- a/json-rpc-shell.adoc +++ b/json-rpc-shell.adoc @@ -76,6 +76,10 @@ Protocol *-o* _ORIGIN_, *--origin*=_ORIGIN_:: Set the HTTP Origin header to _ORIGIN_. Some servers may need this. +*-O*, *--openrpc*:: + Call "rpc.discover" upon start-up in order to pull in OpenRPC data for + tab completion of method names. + Program information ~~~~~~~~~~~~~~~~~~~ *-h*, *--help*:: |