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