rpc-cli

This is an RPC 2.0 cli.

Requirements

On Linux:

On Windows and macOS:

Usages

```shell USAGE: rpc-cli [FLAGS] --host --method [INPUT]

FLAGS: --help Prints help information --raw Return the raw results instesad of pretty printed -V, --version Prints version information

OPTIONS: -h, --host The host to hit, eg. http:://localhost:4000/rpc -m, --method The RPC Method, eg. Calc.Add

ARGS: Sets the input or file to be used

```