pub fn command(input: &[u8]) -> IResult<&[u8], Command>
command = tag SP (command-any / command-auth / command-nonauth / command-select) CRLF