feat!: update tier 1 parsers to versions

This commit is contained in:
Christian Clason 2024-05-03 19:55:41 +02:00
parent 03b2f7839e
commit be7272c2d8
4 changed files with 48 additions and 13 deletions

View file

@ -2,7 +2,7 @@
local generate = false
local update = false
local max_jobs = nil ---@as integer
local max_jobs = nil ---@type integer?
local parsers = {}
for i = 1, #_G.arg do
if _G.arg[i] == '--generate' then