pub fn command(input: &[u8]) -> IResult<&[u8], Command>
Parses any command.
See the Command enum for supported commands.