#rpc #cli #requests #github

app rpc-cli

用于发送 RPC 2.0 请求的 CLI 工具

3 个版本 (重大更改)

0.3.0 2018 年 12 月 28 日
0.2.0 2018 年 7 月 16 日
0.1.0 2018 年 6 月 25 日

#221 in #requests

MIT 许可证

15KB
310

#rpc-cli

这是一个 RPC 2.0 CLI。

需求

在 Linux 上

在 Windows 和 macOS 上

  • 无。

用法

USAGE:
    rpc-cli [FLAGS] --host <host> --method <method> [INPUT]

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

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

ARGS:
    <INPUT>    Sets the input or file to be used

依赖项

~20MB
~431K SLoC