Execute commands on remote servers.
rust
let client = webclient::Client::new(host, 4205, command, arguments);
let result = client.run_command();
```shell
export RUST_LOG="info" redarrow-server -c misc/example.conf ```
shell
redarrow-client uptime