added parameters to limit search to heonian or translation

This commit is contained in:
UndeadMaelys
2022-03-22 21:24:34 +01:00
parent bd15134c3e
commit b8cee98c44
3 changed files with 33 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
return function(tbl)
local show_all = false
for _, v in pairs(arg) do
if v == "-a" or v == "--all" then show_all = true end
end