pub fn command_any(input: &[u8]) -> IResult<&[u8], CommandBody<'_>>
Expand description

command-any = "CAPABILITY" / "LOGOUT" / "NOOP" / x-command

Note: Valid in all states