Set cli to false to hide output

This commit is contained in:
Fierelier 2024-08-20 13:58:29 +02:00
parent fe34ef0050
commit c5ec4477a4

View File

@ -4,6 +4,7 @@ basepath = (debug.getinfo(1, "S").source:sub(2):match("(.*[/\\])") or "./"):sub(
local function main(arg)
package.path = basepath .. "/lib/?.lua;" .. basepath .. "/lib/?/main.lua;" .. package.path
require("prpw")
env.cli = false
local inputf = arg[1]
local outputf = arg[2]
local parseFile = require('xmllpegparser').parseFile