pub fn parse_cli_raw<'a>( src: &mut Peekable<impl Iterator<Item = (&'a [u8], Span)>>, ) -> Result<Vec<Argument>, TypelineError>