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:
parent
2b18ebf314
commit
c2a00511c0
|
@ -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
|
||||
-------------
|
||||
|
|
|
@ -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*::
|
||||
|
|
Loading…
Reference in New Issue