pub fn parse_replicate_from(argv: &Argv) -> Result<HandshakeReq, HandshakeError>Expand description
Parse a REPLICATE FROM <generation> <offset> ID <id> command
from an already-decoded Argv (the caller has run the bytes
through kevy_resp::parse_command_into first).