fn read_arg( jobs: &mut Jobs, chars: &mut Peekable<Chars<'_>>, end_char_in: Option<char>, ) -> Result<Arg, Error>