pub fn send(port: u16, json: &str) -> Result<()>Expand description
concinnity debug send <json>: send one raw JSON command and print the
reply. Exits 0 only when the server answered "ok": true, so it composes in
shell && chains; a rejected command exits 1 and a transport failure exits 3.