feat!: update tier 1 parsers to versions

This commit is contained in:
Christian Clason 2024-05-03 19:55:41 +02:00
parent 18bb653917
commit dc8f3415a7
5 changed files with 58 additions and 18 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