let op = match op.unwrap_or_default() {
OperationName::Connect => Operation::Connect {
// TODO implement
addr: addr.ok_or_else(|| {
anyhow!("an address of the form `<nid>@<host>:<port>` must be provided")
})?,