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