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
This commit is contained in:
Přemysl Eric Janouch 2020-10-13 04:23:28 +02:00
parent 2b18ebf314
commit c2a00511c0
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ you get the following niceties:
results in your favourite editor or redirect them to a file
- ability to edit the input line in your favourite editor as well with Alt+E
- WebSockets (RFC 6455) can also be used as a transport rather than HTTP
- support for method name tab completion using OpenRPC discovery
Documentation
-------------

View File

@ -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*::